1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. getDynamicSecretTmpCreds
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community

    Get dynamic secret temporary credentials list data source

    Using getDynamicSecretTmpCreds

    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 getDynamicSecretTmpCreds(args: GetDynamicSecretTmpCredsArgs, opts?: InvokeOptions): Promise<GetDynamicSecretTmpCredsResult>
    function getDynamicSecretTmpCredsOutput(args: GetDynamicSecretTmpCredsOutputArgs, opts?: InvokeOptions): Output<GetDynamicSecretTmpCredsResult>
    def get_dynamic_secret_tmp_creds(id: Optional[str] = None,
                                     name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetDynamicSecretTmpCredsResult
    def get_dynamic_secret_tmp_creds_output(id: pulumi.Input[Optional[str]] = None,
                                     name: pulumi.Input[Optional[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetDynamicSecretTmpCredsResult]
    func LookupDynamicSecretTmpCreds(ctx *Context, args *LookupDynamicSecretTmpCredsArgs, opts ...InvokeOption) (*LookupDynamicSecretTmpCredsResult, error)
    func LookupDynamicSecretTmpCredsOutput(ctx *Context, args *LookupDynamicSecretTmpCredsOutputArgs, opts ...InvokeOption) LookupDynamicSecretTmpCredsResultOutput

    > Note: This function is named LookupDynamicSecretTmpCreds in the Go SDK.

    public static class GetDynamicSecretTmpCreds 
    {
        public static Task<GetDynamicSecretTmpCredsResult> InvokeAsync(GetDynamicSecretTmpCredsArgs args, InvokeOptions? opts = null)
        public static Output<GetDynamicSecretTmpCredsResult> Invoke(GetDynamicSecretTmpCredsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDynamicSecretTmpCredsResult> getDynamicSecretTmpCreds(GetDynamicSecretTmpCredsArgs args, InvokeOptions options)
    public static Output<GetDynamicSecretTmpCredsResult> getDynamicSecretTmpCreds(GetDynamicSecretTmpCredsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akeyless:index/getDynamicSecretTmpCreds:getDynamicSecretTmpCreds
      arguments:
        # arguments dictionary
    data "akeyless_getdynamicsecrettmpcreds" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    Dynamic Secret Name
    Id string
    The ID of this resource.
    Name string
    Dynamic Secret Name
    Id string
    The ID of this resource.
    name string
    Dynamic Secret Name
    id string
    The ID of this resource.
    name String
    Dynamic Secret Name
    id String
    The ID of this resource.
    name string
    Dynamic Secret Name
    id string
    The ID of this resource.
    name str
    Dynamic Secret Name
    id str
    The ID of this resource.
    name String
    Dynamic Secret Name
    id String
    The ID of this resource.

    getDynamicSecretTmpCreds Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Name string
    Dynamic Secret Name
    Value string
    JSON-encoded list of temporary credentials data
    Id string
    The ID of this resource.
    Name string
    Dynamic Secret Name
    Value string
    JSON-encoded list of temporary credentials data
    id string
    The ID of this resource.
    name string
    Dynamic Secret Name
    value string
    JSON-encoded list of temporary credentials data
    id String
    The ID of this resource.
    name String
    Dynamic Secret Name
    value String
    JSON-encoded list of temporary credentials data
    id string
    The ID of this resource.
    name string
    Dynamic Secret Name
    value string
    JSON-encoded list of temporary credentials data
    id str
    The ID of this resource.
    name str
    Dynamic Secret Name
    value str
    JSON-encoded list of temporary credentials data
    id String
    The ID of this resource.
    name String
    Dynamic Secret Name
    value String
    JSON-encoded list of temporary credentials data

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    Viewing docs for akeyless 2.0.1
    published on Monday, Apr 27, 2026 by akeyless-community
      Try Pulumi Cloud free. Your team will thank you.