akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community
akeyless.getRotatedSecret
Explore with Pulumi AI
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community
Get rotated secret value data source
Using getRotatedSecret
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 getRotatedSecret(args: GetRotatedSecretArgs, opts?: InvokeOptions): Promise<GetRotatedSecretResult>
function getRotatedSecretOutput(args: GetRotatedSecretOutputArgs, opts?: InvokeOptions): Output<GetRotatedSecretResult>
def get_rotated_secret(id: Optional[str] = None,
name: Optional[str] = None,
version: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetRotatedSecretResult
def get_rotated_secret_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
version: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRotatedSecretResult]
func LookupRotatedSecret(ctx *Context, args *LookupRotatedSecretArgs, opts ...InvokeOption) (*LookupRotatedSecretResult, error)
func LookupRotatedSecretOutput(ctx *Context, args *LookupRotatedSecretOutputArgs, opts ...InvokeOption) LookupRotatedSecretResultOutput
> Note: This function is named LookupRotatedSecret
in the Go SDK.
public static class GetRotatedSecret
{
public static Task<GetRotatedSecretResult> InvokeAsync(GetRotatedSecretArgs args, InvokeOptions? opts = null)
public static Output<GetRotatedSecretResult> Invoke(GetRotatedSecretInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRotatedSecretResult> getRotatedSecret(GetRotatedSecretArgs args, InvokeOptions options)
public static Output<GetRotatedSecretResult> getRotatedSecret(GetRotatedSecretArgs args, InvokeOptions options)
fn::invoke:
function: akeyless:index/getRotatedSecret:getRotatedSecret
arguments:
# arguments dictionary
The following arguments are supported:
getRotatedSecret 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