Kubernetes Cluster Service Mesh Profile Certificate Authority Args
data class KubernetesClusterServiceMeshProfileCertificateAuthorityArgs(val certChainObjectName: Output<String>, val certObjectName: Output<String>, val keyObjectName: Output<String>, val keyVaultId: Output<String>, val rootCertObjectName: Output<String>) : ConvertibleToJava<KubernetesClusterServiceMeshProfileCertificateAuthorityArgs>
Constructors
Properties
Link copied to clipboard
The certificate chain object name in Azure Key Vault.
Link copied to clipboard
The intermediate certificate object name in Azure Key Vault.
Link copied to clipboard
The intermediate certificate private key object name in Azure Key Vault.
Link copied to clipboard
The resource ID of the Key Vault.
Link copied to clipboard
The root certificate object name in Azure Key Vault.