KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val currentVersionedKeyExpirationTimestamp: String, val currentVersionedKeyIdentifier: String, val keyName: String? = null, val keyVaultUri: String? = null, val keyVersion: String? = null, val lastKeyRotationTimestamp: String)

Properties of key vault.

Constructors

Link copied to clipboard
constructor(currentVersionedKeyExpirationTimestamp: String, currentVersionedKeyIdentifier: String, keyName: String? = null, keyVaultUri: String? = null, keyVersion: String? = null, lastKeyRotationTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption.

Link copied to clipboard

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

Link copied to clipboard
val keyName: String? = null

The name of KeyVault key.

Link copied to clipboard
val keyVaultUri: String? = null

The Uri of KeyVault.

Link copied to clipboard
val keyVersion: String? = null

The version of KeyVault key.

Link copied to clipboard

Timestamp of last rotation of the Key Vault Key.