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