KubernetesClusterKeyManagementServiceArgs

data class KubernetesClusterKeyManagementServiceArgs(val keyVaultKeyId: Output<String>, val keyVaultNetworkAccess: Output<String>? = null) : ConvertibleToJava<KubernetesClusterKeyManagementServiceArgs>

Constructors

fun KubernetesClusterKeyManagementServiceArgs(keyVaultKeyId: Output<String>, keyVaultNetworkAccess: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterKeyManagementServiceArgs

Properties

Link copied to clipboard
val keyVaultKeyId: Output<String>

Identifier of Azure Key Vault key. See key identifier format for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When enabled is false, leave the field empty.

Link copied to clipboard
val keyVaultNetworkAccess: Output<String>? = null

Network access of the key vault Network access of key vault. The possible values are Public and Private. Public means the key vault allows public access from all networks. Private means the key vault disables public access and enables private link. The default value is Public.