KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val identity: String? = null, val keyIdentifier: String? = null, val keyRotationEnabled: Boolean, val lastKeyRotationTimestamp: String, val versionedKeyIdentifier: String)

Constructors

Link copied to clipboard
constructor(identity: String? = null, keyIdentifier: String? = null, keyRotationEnabled: Boolean, lastKeyRotationTimestamp: String, versionedKeyIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identity: String? = null

The client id of the identity which will be used to access key vault.

Link copied to clipboard
val keyIdentifier: String? = null

Key vault uri to access the encryption key.

Link copied to clipboard

Auto key rotation status for a CMK enabled registry.

Link copied to clipboard

Timestamp of the last successful key rotation.

Link copied to clipboard

The fully qualified key identifier that includes the version of the key that is actually used for encryption.