ModelListHierarchicalEntityRolesResponse type
Contient les données de réponse pour l’opération listHierarchicalEntityRoles.
type ModelListHierarchicalEntityRolesResponse = EntityRole[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole[]
}
}