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