INPUT_OBJECT
SetAzureCloudAccountCustomerAppCredentialsInput
Description
Input for setting the app credentials in the Azure Cloud Accounts.
link GraphQL Schema definition
- input SetAzureCloudAccountCustomerAppCredentialsInput {
- # Client ID of the Application.
- String! :
- # Client secret key of the Application.
- String! :
- # ID of the home tenant of the application.
- String :
- # Name of the application.
- String :
- # Domain Name of the Azure tenant.
- String :
- # Specifies whether the input app should replace the existing app.
- Boolean! :
- # Type of Azure Tenant. Possible values: Azure Public Cloud, Azure China Cloud.
- AzureCloudType! :
- }