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!
- # Name of the application.
- : String
- # Client secret key of the Application.
- : String!
- # ID of the home tenant of the application.
- : String
- # Type of Azure Tenant. Possible values: Azure Public Cloud, Azure China Cloud.
- : AzureCloudType!
- # Specifies whether the input app should replace the existing app.
- : Boolean!
- # Domain Name of the Azure tenant.
- : String
- }