1. Packages
  2. Doppler
  3. API Docs
  4. Secrets
Doppler v0.0.10 published on Wednesday, Aug 31, 2022 by Pulumiverse

doppler.Secrets

Explore with Pulumi AI

doppler logo
Doppler v0.0.10 published on Wednesday, Aug 31, 2022 by Pulumiverse

    Using Secrets

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function secrets(args: SecretsArgs, opts?: InvokeOptions): Promise<SecretsResult>
    function secretsOutput(args: SecretsOutputArgs, opts?: InvokeOptions): Output<SecretsResult>
    def secrets(config: Optional[str] = None,
                project: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> SecretsResult
    def secrets_output(config: Optional[pulumi.Input[str]] = None,
                project: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[SecretsResult]
    func Secrets(ctx *Context, args *SecretsArgs, opts ...InvokeOption) (*SecretsResult, error)
    func SecretsOutput(ctx *Context, args *SecretsOutputArgs, opts ...InvokeOption) SecretsResultOutput
    public static class Secrets 
    {
        public static Task<SecretsResult> InvokeAsync(SecretsArgs args, InvokeOptions? opts = null)
        public static Output<SecretsResult> Invoke(SecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<SecretsResult> secrets(SecretsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: doppler:Secrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Config string
    Project string
    Config string
    Project string
    config String
    project String
    config string
    project string
    config String
    project String

    Secrets Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Map Dictionary<string, string>
    Config string
    Project string
    Id string
    The provider-assigned unique ID for this managed resource.
    Map map[string]string
    Config string
    Project string
    id String
    The provider-assigned unique ID for this managed resource.
    map Map<String,String>
    config String
    project String
    id string
    The provider-assigned unique ID for this managed resource.
    map {[key: string]: string}
    config string
    project string
    id str
    The provider-assigned unique ID for this managed resource.
    map Mapping[str, str]
    config str
    project str
    id String
    The provider-assigned unique ID for this managed resource.
    map Map<String>
    config String
    project String

    Package Details

    Repository
    doppler pulumiverse/pulumi-doppler
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the doppler Terraform Provider.
    doppler logo
    Doppler v0.0.10 published on Wednesday, Aug 31, 2022 by Pulumiverse