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

akeyless.getDetokenize

Explore with Pulumi AI

akeyless logo
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
    TokenizerName 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
    TokenizerName 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
    tokenizerName 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
    tokenizerName 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
    tokenizerName 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
    TokenizerName 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
    TokenizerName 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
    tokenizerName 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
    tokenizerName 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
    tokenizerName 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 logo
    akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community