1. Packages
  2. Akeyless Provider
  3. API Docs
  4. getProducerTmpCreds
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.getProducerTmpCreds

Explore with Pulumi AI

akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

Get producer temporary credentials list data source

Using getProducerTmpCreds

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 getProducerTmpCreds(args: GetProducerTmpCredsArgs, opts?: InvokeOptions): Promise<GetProducerTmpCredsResult>
function getProducerTmpCredsOutput(args: GetProducerTmpCredsOutputArgs, opts?: InvokeOptions): Output<GetProducerTmpCredsResult>
Copy
def get_producer_tmp_creds(id: Optional[str] = None,
                           name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetProducerTmpCredsResult
def get_producer_tmp_creds_output(id: Optional[pulumi.Input[str]] = None,
                           name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetProducerTmpCredsResult]
Copy
func GetProducerTmpCreds(ctx *Context, args *GetProducerTmpCredsArgs, opts ...InvokeOption) (*GetProducerTmpCredsResult, error)
func GetProducerTmpCredsOutput(ctx *Context, args *GetProducerTmpCredsOutputArgs, opts ...InvokeOption) GetProducerTmpCredsResultOutput
Copy

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

public static class GetProducerTmpCreds 
{
    public static Task<GetProducerTmpCredsResult> InvokeAsync(GetProducerTmpCredsArgs args, InvokeOptions? opts = null)
    public static Output<GetProducerTmpCredsResult> Invoke(GetProducerTmpCredsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProducerTmpCredsResult> getProducerTmpCreds(GetProducerTmpCredsArgs args, InvokeOptions options)
public static Output<GetProducerTmpCredsResult> getProducerTmpCreds(GetProducerTmpCredsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akeyless:index/getProducerTmpCreds:getProducerTmpCreds
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
Producer Name
Id string
The ID of this resource.
Name This property is required. string
Producer Name
Id string
The ID of this resource.
name This property is required. String
Producer Name
id String
The ID of this resource.
name This property is required. string
Producer Name
id string
The ID of this resource.
name This property is required. str
Producer Name
id str
The ID of this resource.
name This property is required. String
Producer Name
id String
The ID of this resource.

getProducerTmpCreds Result

The following output properties are available:

Id string
The ID of this resource.
Name string
Producer Name
Value string
Id string
The ID of this resource.
Name string
Producer Name
Value string
id String
The ID of this resource.
name String
Producer Name
value String
id string
The ID of this resource.
name string
Producer Name
value string
id str
The ID of this resource.
name str
Producer Name
value str
id String
The ID of this resource.
name String
Producer Name
value String

Package Details

Repository
akeyless akeyless-community/terraform-provider-akeyless
License
Notes
This Pulumi package is based on the akeyless Terraform Provider.
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community