konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginOauth2Introspection
Explore with Pulumi AI
Using getGatewayPluginOauth2Introspection
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 getGatewayPluginOauth2Introspection(args: GetGatewayPluginOauth2IntrospectionArgs, opts?: InvokeOptions): Promise<GetGatewayPluginOauth2IntrospectionResult>
function getGatewayPluginOauth2IntrospectionOutput(args: GetGatewayPluginOauth2IntrospectionOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginOauth2IntrospectionResult>
def get_gateway_plugin_oauth2_introspection(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginOauth2IntrospectionResult
def get_gateway_plugin_oauth2_introspection_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginOauth2IntrospectionResult]
func LookupGatewayPluginOauth2Introspection(ctx *Context, args *LookupGatewayPluginOauth2IntrospectionArgs, opts ...InvokeOption) (*LookupGatewayPluginOauth2IntrospectionResult, error)
func LookupGatewayPluginOauth2IntrospectionOutput(ctx *Context, args *LookupGatewayPluginOauth2IntrospectionOutputArgs, opts ...InvokeOption) LookupGatewayPluginOauth2IntrospectionResultOutput
> Note: This function is named LookupGatewayPluginOauth2Introspection
in the Go SDK.
public static class GetGatewayPluginOauth2Introspection
{
public static Task<GetGatewayPluginOauth2IntrospectionResult> InvokeAsync(GetGatewayPluginOauth2IntrospectionArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginOauth2IntrospectionResult> Invoke(GetGatewayPluginOauth2IntrospectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginOauth2IntrospectionResult> getGatewayPluginOauth2Introspection(GetGatewayPluginOauth2IntrospectionArgs args, InvokeOptions options)
public static Output<GetGatewayPluginOauth2IntrospectionResult> getGatewayPluginOauth2Introspection(GetGatewayPluginOauth2IntrospectionArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginOauth2Introspection:getGatewayPluginOauth2Introspection
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
getGatewayPluginOauth2Introspection Result
The following output properties are available:
- Config
Get
Gateway Plugin Oauth2Introspection Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Oauth2Introspection Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Oauth2Introspection Route - Service
Get
Gateway Plugin Oauth2Introspection Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Oauth2Introspection Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Oauth2Introspection Ordering - Protocols []string
- Route
Get
Gateway Plugin Oauth2Introspection Route - Service
Get
Gateway Plugin Oauth2Introspection Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Oauth2Introspection Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Oauth2Introspection Ordering - protocols List<String>
- route
Get
Gateway Plugin Oauth2Introspection Route - service
Get
Gateway Plugin Oauth2Introspection Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Oauth2Introspection Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Oauth2Introspection Ordering - protocols string[]
- route
Get
Gateway Plugin Oauth2Introspection Route - service
Get
Gateway Plugin Oauth2Introspection Service - string[]
- updated
At number
- config
Get
Gateway Plugin Oauth2Introspection Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Oauth2Introspection Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Oauth2Introspection Route - service
Get
Gateway Plugin Oauth2Introspection 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
GetGatewayPluginOauth2IntrospectionConfig
- Anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - string
- The value to set as the
Authorization
header when querying the introspection endpoint. This depends on the OAuth 2.0 server, but usually is theclient_id
andclient_secret
as a Base64-encoded Basic Auth string (Basic MG9hNWl...
). - Consumer
By string - A string indicating whether to associate OAuth2
username
orclient_id
with the consumer's username. OAuth2username
is mapped to a consumer'susername
field, while an OAuth2client_id
maps to a consumer'scustom_id
. - Custom
Claims List<string>Forwards - A list of custom claims to be forwarded from the introspection response to the upstream request. Claims are forwarded in headers with prefix
X-Credential-{claim-name}
. - Custom
Introspection Dictionary<string, string>Headers - A list of custom headers to be added in the introspection request.
- Hide
Credentials bool - An optional boolean value telling the plugin to hide the credential to the upstream API server. It will be removed by Kong before proxying the request.
- Introspect
Request bool - A boolean indicating whether to forward information about the current downstream request to the introspect endpoint. If true, headers
X-Request-Path
andX-Request-Http-Method
will be inserted into the introspect request. - Introspection
Url string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Keepalive double
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- Run
On boolPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - Timeout double
- An optional timeout in milliseconds when sending data to the upstream server.
- Token
Type stringHint - The
token_type_hint
value to associate to introspection requests. - Ttl double
- The TTL in seconds for the introspection response. Set to 0 to disable the expiration.
- Anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - string
- The value to set as the
Authorization
header when querying the introspection endpoint. This depends on the OAuth 2.0 server, but usually is theclient_id
andclient_secret
as a Base64-encoded Basic Auth string (Basic MG9hNWl...
). - Consumer
By string - A string indicating whether to associate OAuth2
username
orclient_id
with the consumer's username. OAuth2username
is mapped to a consumer'susername
field, while an OAuth2client_id
maps to a consumer'scustom_id
. - Custom
Claims []stringForwards - A list of custom claims to be forwarded from the introspection response to the upstream request. Claims are forwarded in headers with prefix
X-Credential-{claim-name}
. - Custom
Introspection map[string]stringHeaders - A list of custom headers to be added in the introspection request.
- Hide
Credentials bool - An optional boolean value telling the plugin to hide the credential to the upstream API server. It will be removed by Kong before proxying the request.
- Introspect
Request bool - A boolean indicating whether to forward information about the current downstream request to the introspect endpoint. If true, headers
X-Request-Path
andX-Request-Http-Method
will be inserted into the introspect request. - Introspection
Url string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Keepalive float64
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- Run
On boolPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - Timeout float64
- An optional timeout in milliseconds when sending data to the upstream server.
- Token
Type stringHint - The
token_type_hint
value to associate to introspection requests. - Ttl float64
- The TTL in seconds for the introspection response. Set to 0 to disable the expiration.
- anonymous String
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - String
- The value to set as the
Authorization
header when querying the introspection endpoint. This depends on the OAuth 2.0 server, but usually is theclient_id
andclient_secret
as a Base64-encoded Basic Auth string (Basic MG9hNWl...
). - consumer
By String - A string indicating whether to associate OAuth2
username
orclient_id
with the consumer's username. OAuth2username
is mapped to a consumer'susername
field, while an OAuth2client_id
maps to a consumer'scustom_id
. - custom
Claims List<String>Forwards - A list of custom claims to be forwarded from the introspection response to the upstream request. Claims are forwarded in headers with prefix
X-Credential-{claim-name}
. - custom
Introspection Map<String,String>Headers - A list of custom headers to be added in the introspection request.
- hide
Credentials Boolean - An optional boolean value telling the plugin to hide the credential to the upstream API server. It will be removed by Kong before proxying the request.
- introspect
Request Boolean - A boolean indicating whether to forward information about the current downstream request to the introspect endpoint. If true, headers
X-Request-Path
andX-Request-Http-Method
will be inserted into the introspect request. - introspection
Url String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- keepalive Double
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- run
On BooleanPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - timeout Double
- An optional timeout in milliseconds when sending data to the upstream server.
- token
Type StringHint - The
token_type_hint
value to associate to introspection requests. - ttl Double
- The TTL in seconds for the introspection response. Set to 0 to disable the expiration.
- anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - string
- The value to set as the
Authorization
header when querying the introspection endpoint. This depends on the OAuth 2.0 server, but usually is theclient_id
andclient_secret
as a Base64-encoded Basic Auth string (Basic MG9hNWl...
). - consumer
By string - A string indicating whether to associate OAuth2
username
orclient_id
with the consumer's username. OAuth2username
is mapped to a consumer'susername
field, while an OAuth2client_id
maps to a consumer'scustom_id
. - custom
Claims string[]Forwards - A list of custom claims to be forwarded from the introspection response to the upstream request. Claims are forwarded in headers with prefix
X-Credential-{claim-name}
. - custom
Introspection {[key: string]: string}Headers - A list of custom headers to be added in the introspection request.
- hide
Credentials boolean - An optional boolean value telling the plugin to hide the credential to the upstream API server. It will be removed by Kong before proxying the request.
- introspect
Request boolean - A boolean indicating whether to forward information about the current downstream request to the introspect endpoint. If true, headers
X-Request-Path
andX-Request-Http-Method
will be inserted into the introspect request. - introspection
Url string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- keepalive number
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- run
On booleanPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - timeout number
- An optional timeout in milliseconds when sending data to the upstream server.
- token
Type stringHint - The
token_type_hint
value to associate to introspection requests. - ttl number
- The TTL in seconds for the introspection response. Set to 0 to disable the expiration.
- anonymous str
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - str
- The value to set as the
Authorization
header when querying the introspection endpoint. This depends on the OAuth 2.0 server, but usually is theclient_id
andclient_secret
as a Base64-encoded Basic Auth string (Basic MG9hNWl...
). - consumer_
by str - A string indicating whether to associate OAuth2
username
orclient_id
with the consumer's username. OAuth2username
is mapped to a consumer'susername
field, while an OAuth2client_id
maps to a consumer'scustom_id
. - custom_
claims_ Sequence[str]forwards - A list of custom claims to be forwarded from the introspection response to the upstream request. Claims are forwarded in headers with prefix
X-Credential-{claim-name}
. - custom_
introspection_ Mapping[str, str]headers - A list of custom headers to be added in the introspection request.
- hide_
credentials bool - An optional boolean value telling the plugin to hide the credential to the upstream API server. It will be removed by Kong before proxying the request.
- introspect_
request bool - A boolean indicating whether to forward information about the current downstream request to the introspect endpoint. If true, headers
X-Request-Path
andX-Request-Http-Method
will be inserted into the introspect request. - introspection_
url str - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- keepalive float
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- run_
on_ boolpreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - timeout float
- An optional timeout in milliseconds when sending data to the upstream server.
- token_
type_ strhint - The
token_type_hint
value to associate to introspection requests. - ttl float
- The TTL in seconds for the introspection response. Set to 0 to disable the expiration.
- anonymous String
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails. If empty (default null), the request fails with an authentication failure
4xx
. Note that this value must refer to the consumerid
orusername
attribute, and not itscustom_id
. - String
- The value to set as the
Authorization
header when querying the introspection endpoint. This depends on the OAuth 2.0 server, but usually is theclient_id
andclient_secret
as a Base64-encoded Basic Auth string (Basic MG9hNWl...
). - consumer
By String - A string indicating whether to associate OAuth2
username
orclient_id
with the consumer's username. OAuth2username
is mapped to a consumer'susername
field, while an OAuth2client_id
maps to a consumer'scustom_id
. - custom
Claims List<String>Forwards - A list of custom claims to be forwarded from the introspection response to the upstream request. Claims are forwarded in headers with prefix
X-Credential-{claim-name}
. - custom
Introspection Map<String>Headers - A list of custom headers to be added in the introspection request.
- hide
Credentials Boolean - An optional boolean value telling the plugin to hide the credential to the upstream API server. It will be removed by Kong before proxying the request.
- introspect
Request Boolean - A boolean indicating whether to forward information about the current downstream request to the introspect endpoint. If true, headers
X-Request-Path
andX-Request-Http-Method
will be inserted into the introspect request. - introspection
Url String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- keepalive Number
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- run
On BooleanPreflight - A boolean value that indicates whether the plugin should run (and try to authenticate) on
OPTIONS
preflight requests. If set tofalse
, thenOPTIONS
requests will always be allowed. - timeout Number
- An optional timeout in milliseconds when sending data to the upstream server.
- token
Type StringHint - The
token_type_hint
value to associate to introspection requests. - ttl Number
- The TTL in seconds for the introspection response. Set to 0 to disable the expiration.
GetGatewayPluginOauth2IntrospectionOrdering
GetGatewayPluginOauth2IntrospectionOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginOauth2IntrospectionOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginOauth2IntrospectionRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginOauth2IntrospectionService
- 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.