DevicesGetGroupUpdateComplianceResponse type
Enthält Antwortdaten für den getGroupUpdateCompliance-Vorgang.
type DevicesGetGroupUpdateComplianceResponse = UpdateCompliance & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: UpdateCompliance
}
}