OBJECT
StartAzureAdAppSetupReply
Description
Response of the operation that initiates onboarding of Azure AD.
link GraphQL Schema definition
- type StartAzureAdAppSetupReply {
- # ID of the created Azure AD app.
- : String!
- # State token to be used in CompleteAzureAdAppSetupReply.
- : String!
- # List of missing permissions for the Entra ID app.
- : [String!]!
- # Cloud type of the Entra ID tenant.
- : AzureCloudType!
- # A warning message indicating a unrecommended onboarding scenario.
- : AzureAdAppSetupWarningType!
- }