konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayJwt
Explore with Pulumi AI
Using getGatewayJwt
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 getGatewayJwt(args: GetGatewayJwtArgs, opts?: InvokeOptions): Promise<GetGatewayJwtResult>
function getGatewayJwtOutput(args: GetGatewayJwtOutputArgs, opts?: InvokeOptions): Output<GetGatewayJwtResult>
def get_gateway_jwt(consumer_id: Optional[str] = None,
control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayJwtResult
def get_gateway_jwt_output(consumer_id: Optional[pulumi.Input[str]] = None,
control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayJwtResult]
func LookupGatewayJwt(ctx *Context, args *LookupGatewayJwtArgs, opts ...InvokeOption) (*LookupGatewayJwtResult, error)
func LookupGatewayJwtOutput(ctx *Context, args *LookupGatewayJwtOutputArgs, opts ...InvokeOption) LookupGatewayJwtResultOutput
> Note: This function is named LookupGatewayJwt
in the Go SDK.
public static class GetGatewayJwt
{
public static Task<GetGatewayJwtResult> InvokeAsync(GetGatewayJwtArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayJwtResult> Invoke(GetGatewayJwtInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayJwtResult> getGatewayJwt(GetGatewayJwtArgs args, InvokeOptions options)
public static Output<GetGatewayJwtResult> getGatewayJwt(GetGatewayJwtArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayJwt:getGatewayJwt
arguments:
# arguments dictionary
The following arguments are supported:
- Consumer
Id string - Control
Plane stringId
- Consumer
Id string - Control
Plane stringId
- consumer
Id String - control
Plane StringId
- consumer
Id string - control
Plane stringId
- consumer_
id str - control_
plane_ strid
- consumer
Id String - control
Plane StringId
getGatewayJwt Result
The following output properties are available:
- Algorithm string
- Consumer
Get
Gateway Jwt Consumer - Consumer
Id string - Control
Plane stringId - Created
At double - Id string
- Key string
- Rsa
Public stringKey - Secret string
- List<string>
- Algorithm string
- Consumer
Get
Gateway Jwt Consumer - Consumer
Id string - Control
Plane stringId - Created
At float64 - Id string
- Key string
- Rsa
Public stringKey - Secret string
- []string
- algorithm String
- consumer
Get
Gateway Jwt Consumer - consumer
Id String - control
Plane StringId - created
At Double - id String
- key String
- rsa
Public StringKey - secret String
- List<String>
- algorithm string
- consumer
Get
Gateway Jwt Consumer - consumer
Id string - control
Plane stringId - created
At number - id string
- key string
- rsa
Public stringKey - secret string
- string[]
- algorithm str
- consumer
Get
Gateway Jwt Consumer - consumer_
id str - control_
plane_ strid - created_
at float - id str
- key str
- rsa_
public_ strkey - secret str
- Sequence[str]
- algorithm String
- consumer Property Map
- consumer
Id String - control
Plane StringId - created
At Number - id String
- key String
- rsa
Public StringKey - secret String
- List<String>
Supporting Types
GetGatewayJwtConsumer
- 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.