INPUT_OBJECT

CompleteAzureAdAppSetupInput

Description

Configuration to complete the Azure AD application creation flow.

link GraphQL Schema definition

  • input CompleteAzureAdAppSetupInput {
  • # Domain name of the MSFT tenant for which the application was created.
  • domainName: String!
  • # CSRF token from the setup flow.
  • stateToken: String!
  • # Azure KMS configuration.
  • kmsSpec: KmsSpecInput
  • }

link Require by