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