InteractiveQueryClusterDiskEncryption

data class InteractiveQueryClusterDiskEncryption(val encryptionAlgorithm: String? = null, val encryptionAtHostEnabled: Boolean? = null, val keyVaultKeyId: String? = null, val keyVaultManagedIdentityId: String? = null)

Constructors

Link copied to clipboard
constructor(encryptionAlgorithm: String? = null, encryptionAtHostEnabled: Boolean? = null, keyVaultKeyId: String? = null, keyVaultManagedIdentityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is an algorithm identifier for encryption. Possible values are RSA1_5, RSA-OAEP, RSA-OAEP-256.

Link copied to clipboard

This is indicator to show whether resource disk encryption is enabled.

Link copied to clipboard
val keyVaultKeyId: String? = null

The ID of the key vault key.

Link copied to clipboard

This is the resource ID of Managed Identity used to access the key vault.