KeyVaultKeyResponseAttributes

data class KeyVaultKeyResponseAttributes(val created: Double? = null, val enabled: Boolean? = null, val updated: Double? = null)

The key attributes.

Constructors

Link copied to clipboard
constructor(created: Double? = null, enabled: Boolean? = null, updated: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val created: Double? = null

When the key was created.

Link copied to clipboard
val enabled: Boolean? = null

Whether the key is enabled or not.

Link copied to clipboard
val updated: Double? = null

When the key was updated.