Package version:

Interface KeyRotationPolicyAttributes

interface KeyRotationPolicyAttributes {
    created?: number;
    expiryTime?: string;
    updated?: number;
}

Properties

created?: number

Creation time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server.

expiryTime?: string

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

updated?: number

Last updated time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server.