Get Secret Versions Plain Args
data class GetSecretVersionsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val includeDeprecated: String? = null, val outputFile: String? = null, val secretName: String, val versionStage: String? = null) : ConvertibleToJava<GetSecretVersionsPlainArgs>
A collection of arguments for invoking getSecretVersions.
Constructors
Properties
Link copied to clipboard
Default to false and only output secret_name
, version_id
, version_stages
. Set it to true can output more details.
Link copied to clipboard
Specifies whether to return deprecated secret versions. Default to false
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The name of the secret.
Link copied to clipboard
The stage of the secret version.