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>
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]
func GetProducerTmpCreds(ctx *Context, args *GetProducerTmpCredsArgs, opts ...InvokeOption) (*GetProducerTmpCredsResult, error)
func GetProducerTmpCredsOutput(ctx *Context, args *GetProducerTmpCredsOutputArgs, opts ...InvokeOption) GetProducerTmpCredsResultOutput
> 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)
}
public static CompletableFuture<GetProducerTmpCredsResult> getProducerTmpCreds(GetProducerTmpCredsArgs args, InvokeOptions options)
public static Output<GetProducerTmpCredsResult> getProducerTmpCreds(GetProducerTmpCredsArgs args, InvokeOptions options)
fn::invoke:
function: akeyless:index/getProducerTmpCreds:getProducerTmpCreds
arguments:
# arguments dictionary
The following arguments are supported:
getProducerTmpCreds Result
The following output properties are available:
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