SecretAttributesResponse

data class SecretAttributesResponse(val created: Int, val enabled: Boolean? = null, val expires: Int? = null, val notBefore: Int? = null, val updated: Int)

The secret management attributes.

Constructors

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

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 the object is enabled.

Link copied to clipboard
val expires: Int? = null

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

Link copied to clipboard
val notBefore: Int? = null

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

Link copied to clipboard

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