versionDestroyTtl property

String? versionDestroyTtl
getter/setter pair

Secret Version TTL after destruction request This is a part of the Delayed secret version destroy feature.

For secret with TTL>0, version destruction doesn't happen immediately on calling destroy instead the version goes to a disabled state and destruction happens after the TTL expires.

Optional.

Implementation

core.String? versionDestroyTtl;