VolumeGroupEncryption

data class VolumeGroupEncryption(val currentVersionedKeyExpirationTimestamp: String? = null, val currentVersionedKeyId: String? = null, val keyVaultKeyId: String, val lastKeyRotationTimestamp: String? = null, val userAssignedIdentityId: String? = null)

Constructors

Link copied to clipboard
constructor(currentVersionedKeyExpirationTimestamp: String? = null, currentVersionedKeyId: String? = null, keyVaultKeyId: String, lastKeyRotationTimestamp: String? = null, userAssignedIdentityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of the expiration time for the current version of the customer managed key.

Link copied to clipboard

The ID of the current versioned Key Vault Key in use.

Link copied to clipboard

The Key Vault key URI for Customer Managed Key encryption, which can be either a full URI or a versionless URI.

Link copied to clipboard

The timestamp of the last rotation of the Key Vault Key.

Link copied to clipboard

The ID of the User Assigned Identity used by this Elastic SAN Volume Group.