Share via


ModelGetHierarchicalEntityRoleResponse type

Contiene datos de respuesta para la operación getHierarchicalEntityRole.

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