GetSecretPlainArgs

data class GetSecretPlainArgs(val project: String? = null, val secretId: String) : ConvertibleToJava<GetSecretPlainArgs>

A collection of arguments for invoking getSecret.

Constructors

Link copied to clipboard
constructor(project: String? = null, secretId: String)

Properties

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs.

Link copied to clipboard

The name of the secret.

Functions

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