ModelCreateHierarchicalEntityRoleResponse type
createHierarchicalEntityRole işlemi için yanıt verilerini içerir.
type ModelCreateHierarchicalEntityRoleResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}