OBJECT
AzureRole
Description
Azure Role details.
link GraphQL Schema definition
- type AzureRole {
- # ID of the role definition.
- UUID! :
- # Name of the role.
- String! :
- # Name of the role assignment.
- String! :
- # Scope of the role in Azure. The format of the scope is
- # `/subscriptions/
`. - String! :
- # Specifies whether role is created by Rubrik via OAuth flow or manually by the
- # customer without OAuth flow.
- Boolean! :
- }