INPUT_OBJECT

CreateO365AppCompleteInput

Description

Configuration for O365 Azure AD App creation flow completion.

link GraphQL Schema definition

  • input CreateO365AppCompleteInput {
  • # ID of the created app.
  • appClientId: String!
  • # CSRF token for the setup flow.
  • stateToken: String!
  • # ID of the MSFT tenant for which the app was created.
  • tenantId: String!
  • }

link Require by