ModelGetEntityRoleResponse type
Contains response data for the getEntityRole operation.
type ModelGetEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}