ModelCreateHierarchicalEntityRoleResponse type
Contient des données de réponse pour l’opération createHierarchicalEntityRole.
type ModelCreateHierarchicalEntityRoleResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}