versions property
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;
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.
core.List<SecretVersion>? versions;