konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginJweDecrypt
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginJweDecrypt Result
The following output properties are available:
- Config
Get
Gateway Plugin Jwe Decrypt Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Jwe Decrypt Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Jwe Decrypt Route - Service
Get
Gateway Plugin Jwe Decrypt Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Jwe Decrypt Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Jwe Decrypt Ordering - Protocols []string
- Route
Get
Gateway Plugin Jwe Decrypt Route - Service
Get
Gateway Plugin Jwe Decrypt Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Jwe Decrypt Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Jwe Decrypt Ordering - protocols List<String>
- route
Get
Gateway Plugin Jwe Decrypt Route - service
Get
Gateway Plugin Jwe Decrypt Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Jwe Decrypt Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Jwe Decrypt Ordering - protocols string[]
- route
Get
Gateway Plugin Jwe Decrypt Route - service
Get
Gateway Plugin Jwe Decrypt Service - string[]
- updated
At number
- config
Get
Gateway Plugin Jwe Decrypt Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Jwe Decrypt Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Jwe Decrypt Route - service
Get
Gateway Plugin Jwe Decrypt Service - Sequence[str]
- updated_
at float
- config Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginJweDecryptConfig
- Forward
Header stringName - The name of the header that is used to set the decrypted value.
- Key
Sets 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.
- Lookup
Header stringName - 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.
- Forward
Header stringName - The name of the header that is used to set the decrypted value.
- Key
Sets []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.
- Lookup
Header stringName - 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.
- forward
Header StringName - The name of the header that is used to set the decrypted value.
- key
Sets 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.
- lookup
Header StringName - 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 stringName - The name of the header that is used to set the decrypted value.
- key
Sets 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.
- lookup
Header stringName - 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_ strname - 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_ strname - 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.
- forward
Header StringName - The name of the header that is used to set the decrypted value.
- key
Sets 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.
- lookup
Header StringName - 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.