KeyAttributesResponse

data class KeyAttributesResponse(val created: Double, val enabled: Boolean? = null, val expires: Double? = null, val exportable: Boolean? = null, val notBefore: Double? = null, val recoveryLevel: String, val updated: Double)

The object attributes managed by the Azure Key Vault service.

Constructors

Link copied to clipboard
constructor(created: Double, enabled: Boolean? = null, expires: Double? = null, exportable: Boolean? = null, notBefore: Double? = null, recoveryLevel: String, updated: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time in seconds since 1970-01-01T00:00:00Z.

Link copied to clipboard
val enabled: Boolean? = null

Determines whether or not the object is enabled.

Link copied to clipboard
val expires: Double? = null

Expiry date in seconds since 1970-01-01T00:00:00Z.

Link copied to clipboard
val exportable: Boolean? = null

Indicates if the private key can be exported.

Link copied to clipboard
val notBefore: Double? = null

Not before date in seconds since 1970-01-01T00:00:00Z.

Link copied to clipboard

The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval.

Link copied to clipboard

Last updated time in seconds since 1970-01-01T00:00:00Z.