1. Packages
  2. GitHub
  3. API Docs
  4. DependabotOrganizationSecret
GitHub v5.22.0 published on Tuesday, Oct 31, 2023 by Pulumi

github.DependabotOrganizationSecret

Explore with Pulumi AI

github logo
GitHub v5.22.0 published on Tuesday, Oct 31, 2023 by Pulumi

    Create DependabotOrganizationSecret Resource

    new DependabotOrganizationSecret(name: string, args: DependabotOrganizationSecretArgs, opts?: CustomResourceOptions);
    @overload
    def DependabotOrganizationSecret(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     encrypted_value: Optional[str] = None,
                                     plaintext_value: Optional[str] = None,
                                     secret_name: Optional[str] = None,
                                     selected_repository_ids: Optional[Sequence[int]] = None,
                                     visibility: Optional[str] = None)
    @overload
    def DependabotOrganizationSecret(resource_name: str,
                                     args: DependabotOrganizationSecretArgs,
                                     opts: Optional[ResourceOptions] = None)
    func NewDependabotOrganizationSecret(ctx *Context, name string, args DependabotOrganizationSecretArgs, opts ...ResourceOption) (*DependabotOrganizationSecret, error)
    public DependabotOrganizationSecret(string name, DependabotOrganizationSecretArgs args, CustomResourceOptions? opts = null)
    public DependabotOrganizationSecret(String name, DependabotOrganizationSecretArgs args)
    public DependabotOrganizationSecret(String name, DependabotOrganizationSecretArgs args, CustomResourceOptions options)
    
    type: github:DependabotOrganizationSecret
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args DependabotOrganizationSecretArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DependabotOrganizationSecretArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DependabotOrganizationSecretArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DependabotOrganizationSecretArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DependabotOrganizationSecretArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DependabotOrganizationSecret Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The DependabotOrganizationSecret resource accepts the following input properties:

    SecretName string

    Name of the secret.

    Visibility 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'.

    EncryptedValue string

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

    PlaintextValue string

    Plaintext value of the secret to be encrypted.

    SelectedRepositoryIds List<int>

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

    SecretName string

    Name of the secret.

    Visibility 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'.

    EncryptedValue string

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

    PlaintextValue string

    Plaintext value of the secret to be encrypted.

    SelectedRepositoryIds []int

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

    secretName String

    Name of the secret.

    visibility 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'.

    encryptedValue String

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

    plaintextValue String

    Plaintext value of the secret to be encrypted.

    selectedRepositoryIds List<Integer>

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

    secretName string

    Name of the secret.

    visibility 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'.

    encryptedValue string

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

    plaintextValue string

    Plaintext value of the secret to be encrypted.

    selectedRepositoryIds number[]

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

    secret_name str

    Name of the secret.

    visibility str

    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'.

    encrypted_value str

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

    plaintext_value str

    Plaintext value of the secret to be encrypted.

    selected_repository_ids Sequence[int]

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

    secretName String

    Name of the secret.

    visibility 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'.

    encryptedValue String

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

    plaintextValue String

    Plaintext value of the secret to be encrypted.

    selectedRepositoryIds List<Number>

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

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DependabotOrganizationSecret resource produces the following output properties:

    CreatedAt string

    Date of 'dependabot_secret' creation.

    Id string

    The provider-assigned unique ID for this managed resource.

    UpdatedAt string

    Date of 'dependabot_secret' update.

    CreatedAt string

    Date of 'dependabot_secret' creation.

    Id string

    The provider-assigned unique ID for this managed resource.

    UpdatedAt string

    Date of 'dependabot_secret' update.

    createdAt String

    Date of 'dependabot_secret' creation.

    id String

    The provider-assigned unique ID for this managed resource.

    updatedAt String

    Date of 'dependabot_secret' update.

    createdAt string

    Date of 'dependabot_secret' creation.

    id string

    The provider-assigned unique ID for this managed resource.

    updatedAt string

    Date of 'dependabot_secret' update.

    created_at str

    Date of 'dependabot_secret' creation.

    id str

    The provider-assigned unique ID for this managed resource.

    updated_at str

    Date of 'dependabot_secret' update.

    createdAt String

    Date of 'dependabot_secret' creation.

    id String

    The provider-assigned unique ID for this managed resource.

    updatedAt String

    Date of 'dependabot_secret' update.

    Look up Existing DependabotOrganizationSecret Resource

    Get an existing DependabotOrganizationSecret resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DependabotOrganizationSecretState, opts?: CustomResourceOptions): DependabotOrganizationSecret
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            created_at: Optional[str] = None,
            encrypted_value: Optional[str] = None,
            plaintext_value: Optional[str] = None,
            secret_name: Optional[str] = None,
            selected_repository_ids: Optional[Sequence[int]] = None,
            updated_at: Optional[str] = None,
            visibility: Optional[str] = None) -> DependabotOrganizationSecret
    func GetDependabotOrganizationSecret(ctx *Context, name string, id IDInput, state *DependabotOrganizationSecretState, opts ...ResourceOption) (*DependabotOrganizationSecret, error)
    public static DependabotOrganizationSecret Get(string name, Input<string> id, DependabotOrganizationSecretState? state, CustomResourceOptions? opts = null)
    public static DependabotOrganizationSecret get(String name, Output<String> id, DependabotOrganizationSecretState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CreatedAt string

    Date of 'dependabot_secret' creation.

    EncryptedValue string

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

    PlaintextValue string

    Plaintext value of the secret to be encrypted.

    SecretName string

    Name of the secret.

    SelectedRepositoryIds List<int>

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

    UpdatedAt string

    Date of 'dependabot_secret' update.

    Visibility 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'.

    CreatedAt string

    Date of 'dependabot_secret' creation.

    EncryptedValue string

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

    PlaintextValue string

    Plaintext value of the secret to be encrypted.

    SecretName string

    Name of the secret.

    SelectedRepositoryIds []int

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

    UpdatedAt string

    Date of 'dependabot_secret' update.

    Visibility 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'.

    createdAt String

    Date of 'dependabot_secret' creation.

    encryptedValue String

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

    plaintextValue String

    Plaintext value of the secret to be encrypted.

    secretName String

    Name of the secret.

    selectedRepositoryIds List<Integer>

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

    updatedAt String

    Date of 'dependabot_secret' update.

    visibility 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'.

    createdAt string

    Date of 'dependabot_secret' creation.

    encryptedValue string

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

    plaintextValue string

    Plaintext value of the secret to be encrypted.

    secretName string

    Name of the secret.

    selectedRepositoryIds number[]

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

    updatedAt string

    Date of 'dependabot_secret' update.

    visibility 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'.

    created_at str

    Date of 'dependabot_secret' creation.

    encrypted_value str

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

    plaintext_value str

    Plaintext value of the secret to be encrypted.

    secret_name str

    Name of the secret.

    selected_repository_ids Sequence[int]

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

    updated_at str

    Date of 'dependabot_secret' update.

    visibility str

    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'.

    createdAt String

    Date of 'dependabot_secret' creation.

    encryptedValue String

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

    plaintextValue String

    Plaintext value of the secret to be encrypted.

    secretName String

    Name of the secret.

    selectedRepositoryIds List<Number>

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

    updatedAt String

    Date of 'dependabot_secret' update.

    visibility 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'.

    Package Details

    Repository
    GitHub pulumi/pulumi-github
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the github Terraform Provider.

    github logo
    GitHub v5.22.0 published on Tuesday, Oct 31, 2023 by Pulumi