Cluster Properties Response Customer Managed Key Encryption
data class ClusterPropertiesResponseCustomerManagedKeyEncryption(val keyEncryptionKeyIdentity: ClusterPropertiesResponseKeyEncryptionKeyIdentity? = null, val keyEncryptionKeyUrl: String? = null)
All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption.
Constructors
Link copied to clipboard
fun ClusterPropertiesResponseCustomerManagedKeyEncryption(keyEncryptionKeyIdentity: ClusterPropertiesResponseKeyEncryptionKeyIdentity? = null, keyEncryptionKeyUrl: String? = null)