OBJECT

StartAzureAdAppSetupReply

Description

Response of the operation that initiates onboarding of Azure AD.

link GraphQL Schema definition

  • type StartAzureAdAppSetupReply {
  • # State token to be used in CompleteAzureAdAppSetupReply.
  • csrfToken: String!
  • # ID of the created Azure AD app.
  • appId: String!
  • }

link Require by