OBJECT

AzureRole

Description

Azure Role details.

link GraphQL Schema definition

  • type AzureRole {
  • # ID of the role definition.
  • roleDefinitionId: UUID!
  • # Name of the role.
  • roleDisplayName: String!
  • # Name of the role assignment.
  • roleAssignmentName: String!
  • # Scope of the role in Azure. The format of the scope is
  • # `/subscriptions/`.
  • scope: String!
  • # Specifies whether role is created by Rubrik via OAuth flow or manually by the
  • # customer without OAuth flow.
  • isRubrikManaged: Boolean!
  • }