DevicesGetUpdateComplianceResponse type
Bevat antwoordgegevens voor de bewerking getUpdateCompliance.
type DevicesGetUpdateComplianceResponse = UpdateCompliance & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: UpdateCompliance
}
}