akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community
akeyless.getDetokenize
Explore with Pulumi AI
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community
Decrypts text with a tokenizer data source
Using getDetokenize
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 getDetokenize(args: GetDetokenizeArgs, opts?: InvokeOptions): Promise<GetDetokenizeResult>
function getDetokenizeOutput(args: GetDetokenizeOutputArgs, opts?: InvokeOptions): Output<GetDetokenizeResult>
def get_detokenize(ciphertext: Optional[str] = None,
id: Optional[str] = None,
tokenizer_name: Optional[str] = None,
tweak: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDetokenizeResult
def get_detokenize_output(ciphertext: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
tokenizer_name: Optional[pulumi.Input[str]] = None,
tweak: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDetokenizeResult]
func GetDetokenize(ctx *Context, args *GetDetokenizeArgs, opts ...InvokeOption) (*GetDetokenizeResult, error)
func GetDetokenizeOutput(ctx *Context, args *GetDetokenizeOutputArgs, opts ...InvokeOption) GetDetokenizeResultOutput
> Note: This function is named GetDetokenize
in the Go SDK.
public static class GetDetokenize
{
public static Task<GetDetokenizeResult> InvokeAsync(GetDetokenizeArgs args, InvokeOptions? opts = null)
public static Output<GetDetokenizeResult> Invoke(GetDetokenizeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDetokenizeResult> getDetokenize(GetDetokenizeArgs args, InvokeOptions options)
public static Output<GetDetokenizeResult> getDetokenize(GetDetokenizeArgs args, InvokeOptions options)
fn::invoke:
function: akeyless:index/getDetokenize:getDetokenize
arguments:
# arguments dictionary
The following arguments are supported:
- Ciphertext string
- Data to be decrypted
- Tokenizer
Name string - The name of the tokenizer to use in the decryption process
- Id string
- The ID of this resource.
- Tweak string
- Base64 encoded tweak for vaultless encryption
- Ciphertext string
- Data to be decrypted
- Tokenizer
Name string - The name of the tokenizer to use in the decryption process
- Id string
- The ID of this resource.
- Tweak string
- Base64 encoded tweak for vaultless encryption
- ciphertext String
- Data to be decrypted
- tokenizer
Name String - The name of the tokenizer to use in the decryption process
- id String
- The ID of this resource.
- tweak String
- Base64 encoded tweak for vaultless encryption
- ciphertext string
- Data to be decrypted
- tokenizer
Name string - The name of the tokenizer to use in the decryption process
- id string
- The ID of this resource.
- tweak string
- Base64 encoded tweak for vaultless encryption
- ciphertext str
- Data to be decrypted
- tokenizer_
name str - The name of the tokenizer to use in the decryption process
- id str
- The ID of this resource.
- tweak str
- Base64 encoded tweak for vaultless encryption
- ciphertext String
- Data to be decrypted
- tokenizer
Name String - The name of the tokenizer to use in the decryption process
- id String
- The ID of this resource.
- tweak String
- Base64 encoded tweak for vaultless encryption
getDetokenize Result
The following output properties are available:
- Ciphertext string
- Data to be decrypted
- Id string
- The ID of this resource.
- Result string
- Tokenizer
Name string - The name of the tokenizer to use in the decryption process
- Tweak string
- Base64 encoded tweak for vaultless encryption
- Ciphertext string
- Data to be decrypted
- Id string
- The ID of this resource.
- Result string
- Tokenizer
Name string - The name of the tokenizer to use in the decryption process
- Tweak string
- Base64 encoded tweak for vaultless encryption
- ciphertext String
- Data to be decrypted
- id String
- The ID of this resource.
- result String
- tokenizer
Name String - The name of the tokenizer to use in the decryption process
- tweak String
- Base64 encoded tweak for vaultless encryption
- ciphertext string
- Data to be decrypted
- id string
- The ID of this resource.
- result string
- tokenizer
Name string - The name of the tokenizer to use in the decryption process
- tweak string
- Base64 encoded tweak for vaultless encryption
- ciphertext str
- Data to be decrypted
- id str
- The ID of this resource.
- result str
- tokenizer_
name str - The name of the tokenizer to use in the decryption process
- tweak str
- Base64 encoded tweak for vaultless encryption
- ciphertext String
- Data to be decrypted
- id String
- The ID of this resource.
- result String
- tokenizer
Name String - The name of the tokenizer to use in the decryption process
- tweak String
- Base64 encoded tweak for vaultless encryption
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