OBJECT

AzureAdRole

Description

Entra ID role.

link GraphQL Schema definition

  • type AzureAdRole {
  • # Description of the Entra ID role.
  • description: String!
  • # Specifies whether the Entra ID role is active.
  • isActive: Boolean!
  • # Specifies whether the Entra ID role is built in role.
  • isBuiltIn: Boolean!
  • # Specifies whether the Entra ID role is privileged.
  • isPrivileged: Boolean!
  • # Role Definition ID of the Entra ID role.
  • roleDefinitionId: String!
  • # Role ID of the Entra ID role.
  • roleId: String!
  • # Role Name of the Entra ID role.
  • roleName: String!
  • }