DevicesGetGroupUpdateComplianceResponse type
Contains response data for the getGroupUpdateCompliance operation.
type DevicesGetGroupUpdateComplianceResponse = UpdateCompliance & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: UpdateCompliance
}
}