KeyRotationPolicyAttributesResponse

data class KeyRotationPolicyAttributesResponse(val created: Double, val expiryTime: String? = null, val updated: Double)

Constructors

Link copied to clipboard
constructor(created: Double, expiryTime: String? = null, 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 expiryTime: String? = null

The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.

Link copied to clipboard

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