ModelGetEntityRoleResponse type

Obsahuje data odpovědi pro operaci getEntityRole.

type ModelGetEntityRoleResponse = EntityRole & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole
  }
}