Get Secret Plain Args
data class GetSecretPlainArgs(val namespace: String? = null, val path: String, val version: Int? = null, val withLeaseStartTime: Boolean? = null) : ConvertibleToJava<GetSecretPlainArgs>
A collection of arguments for invoking getSecret.
Properties
Link copied to clipboard
The full logical path from which to request data. To read data from the "generic" secret backend mounted in Vault by default, this should be prefixed with secret/
. Reading from other backends with this data source is possible; consult each backend's documentation to see which endpoints support the GET
method.
Link copied to clipboard
If set to true, stores lease_start_time
in the TF state. Note that storing the lease_start_time
in the TF state will cause a persistent drift on every pulumi preview
and will require a pulumi up
.