INPUT_OBJECT

AzureOauthConsentCompleteInput

Description

Configuration for the completion of an Azure OAuth consent flow.

link GraphQL Schema definition

  • input AzureOauthConsentCompleteInput {
  • # ID of the Microsoft 365 tenant.
  • tenantId: String!
  • # Authorization code for the consent flow.
  • code: String!
  • # CSRF token for the setup flow.
  • stateToken: String!
  • # Redirect URL for the consent flow.
  • redirectUrl: String!
  • # ID of the Azure app.
  • azureAppId: String
  • # Secret for the Azure app.
  • azureAppSecret: String
  • # Cloud type for Azure.
  • azureCloudType: O365AzureCloudType!
  • }

link Require by