version property

String? version
getter/setter pair

Version of the secret (version number or the string 'latest').

It is preferable to use latest version with secret volumes as secret value changes are reflected immediately.

Implementation

core.String? version;