GetUserWorkloadsSecretPlainArgs

data class GetUserWorkloadsSecretPlainArgs(val environment: String, val name: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetUserWorkloadsSecretPlainArgs>

A collection of arguments for invoking getUserWorkloadsSecret.

Constructors

Link copied to clipboard
constructor(environment: String, name: String, project: String? = null, region: String? = null)

Properties

Link copied to clipboard

Environment where the Secret is stored.

Link copied to clipboard

Name of the Secret.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val region: String? = null

The location or Compute Engine region of the environment.

Functions

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