interface EphemeralProperties {
    action: Secret.v1alpha1.EphemeralPolicyAction;
    expiresAt?: Date;
    expiresOnceAccessed?: boolean;
}

Properties

See EphemeralPolicy.Action enum for a description of values.

expiresAt?: Date

(Optional.) If not specified, the version does not have an expiration date.

expiresOnceAccessed?: boolean

(Optional.) If not specified, the version can be accessed an unlimited amount of times.