OBJECT

AzureAdRole

Description

Azure AD role.

link GraphQL Schema definition

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