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