DependabotSecretArgs

data class DependabotSecretArgs(val encryptedValue: Output<String>? = null, val plaintextValue: Output<String>? = null, val repository: Output<String>? = null, val secretName: Output<String>? = null) : ConvertibleToJava<DependabotSecretArgs>

Constructors

Link copied to clipboard
constructor(encryptedValue: Output<String>? = null, plaintextValue: Output<String>? = null, repository: Output<String>? = null, secretName: Output<String>? = null)

Properties

Link copied to clipboard
val encryptedValue: Output<String>? = null

Encrypted value of the secret using the GitHub public key in Base64 format.

Link copied to clipboard
val plaintextValue: Output<String>? = null

Plaintext value of the secret to be encrypted.

Link copied to clipboard
val repository: Output<String>? = null

Name of the repository.

Link copied to clipboard
val secretName: Output<String>? = null

Name of the secret.

Functions

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