KeyRotationPolicyAttributes interface
model interface KeyRotationPolicyAttributes
Properties
| created | Creation time in seconds since 1970-01-01T00:00:00Z. |
| expiry |
The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. |
| updated | Last updated time in seconds since 1970-01-01T00:00:00Z. |
Property Details
created
Creation time in seconds since 1970-01-01T00:00:00Z.
created?: number
Property Value
number
expiryTime
The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.
expiryTime?: string
Property Value
string
updated
Last updated time in seconds since 1970-01-01T00:00:00Z.
updated?: number
Property Value
number