OBJECT
AzureAdAppRole
Description
Azure AD app role.
link GraphQL Schema definition
- type AzureAdAppRole {
- # ID of the Azure AD app role.
- String! :
- # Display name of the Azure AD app role.
- String! :
- # Description of the Azure AD app role.
- String! :
- # Value 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! :
- # List of allowed member types of the Azure AD app role.
- AzureAdObjectType!]! : [
- }