CodespacesSecret

class CodespacesSecret : KotlinCustomResource

Example Usage

Import

This resource can be imported using an ID made up of the repository and secret_name:

$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name

NOTE: the implementation is limited in that it won't fetch the value of the plaintext_value or encrypted_value fields when importing. You may need to ignore changes for these as a workaround.

Properties

Link copied to clipboard
val createdAt: Output<String>

Date of codespaces_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 repository: Output<String>

Name of the repository

Link copied to clipboard
val secretName: Output<String>

Name of the secret

Link copied to clipboard
val updatedAt: Output<String>

Date of codespaces_secret update.

Link copied to clipboard
val urn: Output<String>