EncryptionScopeKeyVaultPropertiesResponse

data class EncryptionScopeKeyVaultPropertiesResponse(val currentVersionedKeyIdentifier: String, val keyUri: String? = null, val lastKeyRotationTimestamp: String)

The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.

Constructors

constructor(currentVersionedKeyIdentifier: String, keyUri: String? = null, lastKeyRotationTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The object identifier of the current versioned Key Vault Key in use.

Link copied to clipboard
val keyUri: String? = null

The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.

Link copied to clipboard

Timestamp of last rotation of the Key Vault Key.