GetActionsEnvironmentSecretsPlainArgs

data class GetActionsEnvironmentSecretsPlainArgs(val environment: String, val fullName: String? = null, val name: String? = null) : ConvertibleToJava<GetActionsEnvironmentSecretsPlainArgs>

A collection of arguments for invoking getActionsEnvironmentSecrets.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val fullName: String? = null
Link copied to clipboard
val name: String? = null

Name of the secret

Functions

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