List Operationalization Cluster Keys Result
data class ListOperationalizationClusterKeysResult(val appInsights: AppInsightsCredentialsResponse? = null, val containerRegistry: ContainerRegistryCredentialsResponse? = null, val containerService: ContainerServiceCredentialsResponse? = null, val serviceAuthConfiguration: ServiceAuthConfigurationResponse? = null, val sslConfiguration: SslConfigurationResponse? = null, val storageAccount: StorageAccountCredentialsResponse? = null)
Credentials to resources in the cluster.
Constructors
Link copied to clipboard
constructor(appInsights: AppInsightsCredentialsResponse? = null, containerRegistry: ContainerRegistryCredentialsResponse? = null, containerService: ContainerServiceCredentialsResponse? = null, serviceAuthConfiguration: ServiceAuthConfigurationResponse? = null, sslConfiguration: SslConfigurationResponse? = null, storageAccount: StorageAccountCredentialsResponse? = null)
Properties
Link copied to clipboard
Credentials for Azure AppInsights.
Link copied to clipboard
Credentials for Azure Container Registry.
Link copied to clipboard
Credentials for Azure Container Service.
Link copied to clipboard
Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
Link copied to clipboard
The SSL configuration for the services.
Link copied to clipboard
Credentials for the Storage Account.