interface EphemeralPolicy {
    action: Secret.v1beta1.EphemeralPolicyAction;
    expiresOnceAccessed?: boolean;
    timeToLive?: string;
}

Properties

See the EphemeralPolicy.Action enum for a description of values.

expiresOnceAccessed?: boolean

Returns true if the version expires after a single user access.

timeToLive?: string

Time frame, from one second and up to one year, during which the secret's versions are valid.