KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(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(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

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.