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.
- String! :
- # Authorization code for the consent flow.
- String! :
- # CSRF token for the setup flow.
- String! :
- # Redirect URL for the consent flow.
- String! :
- # ID of the Azure app.
- String :
- # Secret for the Azure app.
- String :
- # Cloud type for Azure.
- O365AzureCloudType! :
- }