GetAadMetadataResponse type

Содержит данные ответа для операции getAadMetadata.

type GetAadMetadataResponse = AadMetadataObject & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AadMetadataObject
  }
}