OBJECT
AzureAdAppRole
Description
Entra ID app role.
link GraphQL Schema definition
- type AzureAdAppRole {
- # List of allowed member types of the Entra ID app role.
- : [AzureAdObjectType!]!
- # Description of the Entra ID app role.
- : String!
- # Display name of the Entra ID app role.
- : String!
- # ID of the Entra ID app role.
- : String!
- # Specifies if the Entra ID app role is enabled.
- : Boolean!
- # Origin of the Entra ID app role.
- : AzureAdObjectType!
- # Value of the Entra ID app role.
- : String!
- }