1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginJweDecrypt
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginJweDecrypt

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginJweDecrypt

    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 getGatewayPluginJweDecrypt(args: GetGatewayPluginJweDecryptArgs, opts?: InvokeOptions): Promise<GetGatewayPluginJweDecryptResult>
    function getGatewayPluginJweDecryptOutput(args: GetGatewayPluginJweDecryptOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginJweDecryptResult>
    def get_gateway_plugin_jwe_decrypt(control_plane_id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetGatewayPluginJweDecryptResult
    def get_gateway_plugin_jwe_decrypt_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginJweDecryptResult]
    func LookupGatewayPluginJweDecrypt(ctx *Context, args *LookupGatewayPluginJweDecryptArgs, opts ...InvokeOption) (*LookupGatewayPluginJweDecryptResult, error)
    func LookupGatewayPluginJweDecryptOutput(ctx *Context, args *LookupGatewayPluginJweDecryptOutputArgs, opts ...InvokeOption) LookupGatewayPluginJweDecryptResultOutput

    > Note: This function is named LookupGatewayPluginJweDecrypt in the Go SDK.

    public static class GetGatewayPluginJweDecrypt 
    {
        public static Task<GetGatewayPluginJweDecryptResult> InvokeAsync(GetGatewayPluginJweDecryptArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginJweDecryptResult> Invoke(GetGatewayPluginJweDecryptInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginJweDecryptResult> getGatewayPluginJweDecrypt(GetGatewayPluginJweDecryptArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginJweDecryptResult> getGatewayPluginJweDecrypt(GetGatewayPluginJweDecryptArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginJweDecrypt:getGatewayPluginJweDecrypt
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginJweDecrypt Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginJweDecryptConfig

    ForwardHeaderName string
    The name of the header that is used to set the decrypted value.
    KeySets List<string>
    Denote the name or names of all Key Sets that should be inspected when trying to find a suitable key to decrypt the JWE token.
    LookupHeaderName string
    The name of the header to look for the JWE token.
    Strict bool
    Defines how the plugin behaves in cases where no token was found in the request. When using strict mode, the request requires a token to be present and subsequently raise an error if none could be found.
    ForwardHeaderName string
    The name of the header that is used to set the decrypted value.
    KeySets []string
    Denote the name or names of all Key Sets that should be inspected when trying to find a suitable key to decrypt the JWE token.
    LookupHeaderName string
    The name of the header to look for the JWE token.
    Strict bool
    Defines how the plugin behaves in cases where no token was found in the request. When using strict mode, the request requires a token to be present and subsequently raise an error if none could be found.
    forwardHeaderName String
    The name of the header that is used to set the decrypted value.
    keySets List<String>
    Denote the name or names of all Key Sets that should be inspected when trying to find a suitable key to decrypt the JWE token.
    lookupHeaderName String
    The name of the header to look for the JWE token.
    strict Boolean
    Defines how the plugin behaves in cases where no token was found in the request. When using strict mode, the request requires a token to be present and subsequently raise an error if none could be found.
    forwardHeaderName string
    The name of the header that is used to set the decrypted value.
    keySets string[]
    Denote the name or names of all Key Sets that should be inspected when trying to find a suitable key to decrypt the JWE token.
    lookupHeaderName string
    The name of the header to look for the JWE token.
    strict boolean
    Defines how the plugin behaves in cases where no token was found in the request. When using strict mode, the request requires a token to be present and subsequently raise an error if none could be found.
    forward_header_name str
    The name of the header that is used to set the decrypted value.
    key_sets Sequence[str]
    Denote the name or names of all Key Sets that should be inspected when trying to find a suitable key to decrypt the JWE token.
    lookup_header_name str
    The name of the header to look for the JWE token.
    strict bool
    Defines how the plugin behaves in cases where no token was found in the request. When using strict mode, the request requires a token to be present and subsequently raise an error if none could be found.
    forwardHeaderName String
    The name of the header that is used to set the decrypted value.
    keySets List<String>
    Denote the name or names of all Key Sets that should be inspected when trying to find a suitable key to decrypt the JWE token.
    lookupHeaderName String
    The name of the header to look for the JWE token.
    strict Boolean
    Defines how the plugin behaves in cases where no token was found in the request. When using strict mode, the request requires a token to be present and subsequently raise an error if none could be found.

    GetGatewayPluginJweDecryptOrdering

    GetGatewayPluginJweDecryptOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginJweDecryptOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginJweDecryptRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginJweDecryptService

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong