Dela via


ServicePrincipalsGetResponse type

Innehåller svarsdata för get-åtgärden.

type ServicePrincipalsGetResponse = ServicePrincipal & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServicePrincipal
  }
}