Actions Environment Secret Args
data class ActionsEnvironmentSecretArgs(val encryptedValue: Output<String>? = null, val environment: Output<String>? = null, val plaintextValue: Output<String>? = null, val repository: Output<String>? = null, val secretName: Output<String>? = null) : ConvertibleToJava<ActionsEnvironmentSecretArgs>
Example Usage
Constructors
Properties
Link copied to clipboard
Encrypted value of the secret using the GitHub public key in Base64 format.
Link copied to clipboard
Name of the environment.
Link copied to clipboard
Plaintext value of the secret to be encrypted.
Link copied to clipboard
Name of the repository.
Link copied to clipboard
Name of the secret.