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