OBJECT
AzureAdApplication
Description
Azure AD application.
link GraphQL Schema definition
- type AzureAdApplication {
- # Display name of the Azure AD application.
- String! :
- # App ID of the Azure AD application.
- String! :
- # Created date and time of the Azure AD application.
- DateTime :
- # Specifies if the secrets of the Azure AD application have expired.
- Boolean! :
- # List of App Roles associated with the Azure AD application.
- AzureAdAppRole!]! : [
- # Number of App Roles associated with the Azure AD application.
- Int! :
- }