DependabotOrganizationSecret

class DependabotOrganizationSecret : KotlinCustomResource

Properties

Link copied to clipboard
val createdAt: Output<String>

Date of 'dependabot_secret' creation.

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

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

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

Plaintext value of the secret to be encrypted.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val secretName: Output<String>

Name of the secret.

Link copied to clipboard

An array of repository ids that can access the organization secret.

Link copied to clipboard
val updatedAt: Output<String>

Date of 'dependabot_secret' update.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val visibility: Output<String>

Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'.