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! :
- # A warning message indicating a unrecommended onboarding scenario.
- AzureAdAppSetupWarningType!]! : [
- }