KubernetesClusterKeyManagementService

data class KubernetesClusterKeyManagementService(val keyVaultKeyId: String, val keyVaultNetworkAccess: String? = null)

Constructors

Link copied to clipboard
constructor(keyVaultKeyId: String, keyVaultNetworkAccess: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier of Azure Key Vault key. See key identifier format for more details.

Link copied to clipboard

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. Defaults to Public.