versions property

List<SecretVersion>? versions
getter/setter pair

List of secret versions to mount for this secret.

If empty, the latest version of the secret will be made available in a file named after the secret under the mount point.

Implementation

core.List<SecretVersion>? versions;