GetSecretVersionsPlainArgs

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

Link copied to clipboard
constructor(enableDetails: Boolean? = null, ids: List<String>? = null, includeDeprecated: String? = null, outputFile: String? = null, secretName: String, versionStage: String? = null)

Properties

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false and only output secret_name, version_id, version_stages. Set it to true can output more details.

Link copied to clipboard
val ids: List<String>? = null

A list of KMS Secret Version ids.

Link copied to clipboard

Specifies whether to return deprecated secret versions. Default to false.

Link copied to clipboard
val outputFile: String? = null

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
val versionStage: String? = null

The stage of the secret version.

Functions

Link copied to clipboard
open override fun toJava(): GetSecretVersionsPlainArgs