OBJECT

AzureAdAppRole

Description

Azure AD app role.

link GraphQL Schema definition

  • type AzureAdAppRole {
  • # ID of the Azure AD app role.
  • id: String!
  • # Display name of the Azure AD app role.
  • displayName: String!
  • # Description of the Azure AD app role.
  • description: String!
  • # Value of the Azure AD app role.
  • value: String!
  • # Specifies if the Azure AD app role is enabled.
  • isEnabled: Boolean!
  • # Origin of the Azure AD app role.
  • origin: AzureAdObjectType!
  • # List of allowed member types of the Azure AD app role.
  • allowedMemberTypes: [AzureAdObjectType!]!
  • }