GetSecretsPlainArgs

data class GetSecretsPlainArgs(val filter: String? = null, val project: String? = null) : ConvertibleToJava<GetSecretsPlainArgs>

A collection of arguments for invoking getSecrets.

Constructors

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

Properties

Link copied to clipboard
val filter: String? = null

Filter string, adhering to the rules in List-operation filtering. List only secrets matching the filter. If filter is empty, all secrets are listed.

Link copied to clipboard
val project: String? = null

The ID of the project.

Functions

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