Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
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
published on Monday, Apr 27, 2026 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(host: Optional[str] = None,
id: Optional[str] = None,
ignore_cache: Optional[str] = None,
name: Optional[str] = None,
version: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetRotatedSecretResult
def get_rotated_secret_output(host: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
ignore_cache: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
version: pulumi.Input[Optional[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRotatedSecretResult]func GetRotatedSecret(ctx *Context, args *GetRotatedSecretArgs, opts ...InvokeOption) (*GetRotatedSecretResult, error)
func GetRotatedSecretOutput(ctx *Context, args *GetRotatedSecretOutputArgs, opts ...InvokeOption) GetRotatedSecretResultOutput> Note: This function is named GetRotatedSecret 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 dictionaryThe following arguments are supported:
- Name string
- Secret name
- Host string
- Get rotated secret value of specific Host (relevant only for Linked Target)
- Id string
- The ID of this resource.
- Ignore
Cache string - Retrieve the Secret value without checking the Gateway's cache [true/false]
- Version double
- Secret version
- Name string
- Secret name
- Host string
- Get rotated secret value of specific Host (relevant only for Linked Target)
- Id string
- The ID of this resource.
- Ignore
Cache string - Retrieve the Secret value without checking the Gateway's cache [true/false]
- Version float64
- Secret version
- name String
- Secret name
- host String
- Get rotated secret value of specific Host (relevant only for Linked Target)
- id String
- The ID of this resource.
- ignore
Cache String - Retrieve the Secret value without checking the Gateway's cache [true/false]
- version Double
- Secret version
- name string
- Secret name
- host string
- Get rotated secret value of specific Host (relevant only for Linked Target)
- id string
- The ID of this resource.
- ignore
Cache string - Retrieve the Secret value without checking the Gateway's cache [true/false]
- version number
- Secret version
- name str
- Secret name
- host str
- Get rotated secret value of specific Host (relevant only for Linked Target)
- id str
- The ID of this resource.
- ignore_
cache str - Retrieve the Secret value without checking the Gateway's cache [true/false]
- version float
- Secret version
- name String
- Secret name
- host String
- Get rotated secret value of specific Host (relevant only for Linked Target)
- id String
- The ID of this resource.
- ignore
Cache String - Retrieve the Secret value without checking the Gateway's cache [true/false]
- version Number
- Secret version
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
akeylessTerraform Provider.
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
