INPUT_OBJECT
StartAzureCloudAccountOauthInput
Description
Input for initiating authentication of the Azure Cloud Accounts.
link GraphQL Schema definition
- input StartAzureCloudAccountOauthInput {
- # Type of Azure Tenant. Possible values: Azure Public Cloud, Azure China Cloud.
- : AzureCloudType
- # Use case for Azure OAuth flow. Possible values: DEFAULT, AZURE_DEVOPS.
- : AzureRubrikAppUseCase
- # Domain name of the Azure Tenant.
- : String
- }