konnect.GatewayPluginOauth2Introspection
Explore with Pulumi AI
GatewayPluginOauth2Introspection Resource
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.konnect.GatewayPluginOauth2Introspection;
import com.pulumi.konnect.GatewayPluginOauth2IntrospectionArgs;
import com.pulumi.konnect.inputs.GatewayPluginOauth2IntrospectionConfigArgs;
import com.pulumi.konnect.inputs.GatewayPluginOauth2IntrospectionOrderingArgs;
import com.pulumi.konnect.inputs.GatewayPluginOauth2IntrospectionOrderingAfterArgs;
import com.pulumi.konnect.inputs.GatewayPluginOauth2IntrospectionOrderingBeforeArgs;
import com.pulumi.konnect.inputs.GatewayPluginOauth2IntrospectionRouteArgs;
import com.pulumi.konnect.inputs.GatewayPluginOauth2IntrospectionServiceArgs;
import static com.pulumi.codegen.internal.Serialization.*;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var myGatewaypluginoauth2introspection = new GatewayPluginOauth2Introspection("myGatewaypluginoauth2introspection", GatewayPluginOauth2IntrospectionArgs.builder()
.config(GatewayPluginOauth2IntrospectionConfigArgs.builder()
.anonymous("...my_anonymous...")
.authorization_value("...my_authorization_value...")
.consumer_by("username")
.custom_claims_forward("...")
.custom_introspection_headers(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.hide_credentials(true)
.introspect_request(false)
.introspection_url("...my_introspection_url...")
.keepalive(2)
.run_on_preflight(true)
.timeout(8)
.token_type_hint("...my_token_type_hint...")
.ttl(1.29)
.build())
.controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
.enabled(false)
.gatewayPluginOauth2IntrospectionId("...my_id...")
.instanceName("...my_instance_name...")
.ordering(GatewayPluginOauth2IntrospectionOrderingArgs.builder()
.after(GatewayPluginOauth2IntrospectionOrderingAfterArgs.builder()
.access("...")
.build())
.before(GatewayPluginOauth2IntrospectionOrderingBeforeArgs.builder()
.access("...")
.build())
.build())
.protocols("grpc")
.route(GatewayPluginOauth2IntrospectionRouteArgs.builder()
.id("...my_id...")
.build())
.service(GatewayPluginOauth2IntrospectionServiceArgs.builder()
.id("...my_id...")
.build())
.tags("...")
.build());
}
}
resources:
myGatewaypluginoauth2introspection:
type: konnect:GatewayPluginOauth2Introspection
properties:
config:
anonymous: '...my_anonymous...'
authorization_value: '...my_authorization_value...'
consumer_by: username
custom_claims_forward:
- '...'
custom_introspection_headers:
key:
fn::toJSON: value
hide_credentials: true
introspect_request: false
introspection_url: '...my_introspection_url...'
keepalive: 2
run_on_preflight: true
timeout: 8
token_type_hint: '...my_token_type_hint...'
ttl: 1.29
controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
enabled: false
gatewayPluginOauth2IntrospectionId: '...my_id...'
instanceName: '...my_instance_name...'
ordering:
after:
access:
- '...'
before:
access:
- '...'
protocols:
- grpc
route:
id: '...my_id...'
service:
id: '...my_id...'
tags:
- '...'
Create GatewayPluginOauth2Introspection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayPluginOauth2Introspection(name: string, args: GatewayPluginOauth2IntrospectionArgs, opts?: CustomResourceOptions);
@overload
def GatewayPluginOauth2Introspection(resource_name: str,
args: GatewayPluginOauth2IntrospectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayPluginOauth2Introspection(resource_name: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginOauth2IntrospectionConfigArgs] = None,
control_plane_id: Optional[str] = None,
enabled: Optional[bool] = None,
gateway_plugin_oauth2_introspection_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginOauth2IntrospectionOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginOauth2IntrospectionRouteArgs] = None,
service: Optional[GatewayPluginOauth2IntrospectionServiceArgs] = None,
tags: Optional[Sequence[str]] = None)
func NewGatewayPluginOauth2Introspection(ctx *Context, name string, args GatewayPluginOauth2IntrospectionArgs, opts ...ResourceOption) (*GatewayPluginOauth2Introspection, error)
public GatewayPluginOauth2Introspection(string name, GatewayPluginOauth2IntrospectionArgs args, CustomResourceOptions? opts = null)
public GatewayPluginOauth2Introspection(String name, GatewayPluginOauth2IntrospectionArgs args)
public GatewayPluginOauth2Introspection(String name, GatewayPluginOauth2IntrospectionArgs args, CustomResourceOptions options)
type: konnect:GatewayPluginOauth2Introspection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GatewayPluginOauth2IntrospectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GatewayPluginOauth2IntrospectionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GatewayPluginOauth2IntrospectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayPluginOauth2IntrospectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayPluginOauth2IntrospectionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var gatewayPluginOauth2IntrospectionResource = new Konnect.GatewayPluginOauth2Introspection("gatewayPluginOauth2IntrospectionResource", new()
{
Config = new Konnect.Inputs.GatewayPluginOauth2IntrospectionConfigArgs
{
Anonymous = "string",
AuthorizationValue = "string",
ConsumerBy = "string",
CustomClaimsForwards = new[]
{
"string",
},
CustomIntrospectionHeaders =
{
{ "string", "string" },
},
HideCredentials = false,
IntrospectRequest = false,
IntrospectionUrl = "string",
Keepalive = 0,
RunOnPreflight = false,
Timeout = 0,
TokenTypeHint = "string",
Ttl = 0,
},
ControlPlaneId = "string",
Enabled = false,
GatewayPluginOauth2IntrospectionId = "string",
InstanceName = "string",
Ordering = new Konnect.Inputs.GatewayPluginOauth2IntrospectionOrderingArgs
{
After = new Konnect.Inputs.GatewayPluginOauth2IntrospectionOrderingAfterArgs
{
Accesses = new[]
{
"string",
},
},
Before = new Konnect.Inputs.GatewayPluginOauth2IntrospectionOrderingBeforeArgs
{
Accesses = new[]
{
"string",
},
},
},
Protocols = new[]
{
"string",
},
Route = new Konnect.Inputs.GatewayPluginOauth2IntrospectionRouteArgs
{
Id = "string",
},
Service = new Konnect.Inputs.GatewayPluginOauth2IntrospectionServiceArgs
{
Id = "string",
},
Tags = new[]
{
"string",
},
});
example, err := konnect.NewGatewayPluginOauth2Introspection(ctx, "gatewayPluginOauth2IntrospectionResource", &konnect.GatewayPluginOauth2IntrospectionArgs{
Config: &.GatewayPluginOauth2IntrospectionConfigArgs{
Anonymous: pulumi.String("string"),
AuthorizationValue: pulumi.String("string"),
ConsumerBy: pulumi.String("string"),
CustomClaimsForwards: pulumi.StringArray{
pulumi.String("string"),
},
CustomIntrospectionHeaders: pulumi.StringMap{
"string": pulumi.String("string"),
},
HideCredentials: pulumi.Bool(false),
IntrospectRequest: pulumi.Bool(false),
IntrospectionUrl: pulumi.String("string"),
Keepalive: pulumi.Float64(0),
RunOnPreflight: pulumi.Bool(false),
Timeout: pulumi.Float64(0),
TokenTypeHint: pulumi.String("string"),
Ttl: pulumi.Float64(0),
},
ControlPlaneId: pulumi.String("string"),
Enabled: pulumi.Bool(false),
GatewayPluginOauth2IntrospectionId: pulumi.String("string"),
InstanceName: pulumi.String("string"),
Ordering: &.GatewayPluginOauth2IntrospectionOrderingArgs{
After: &.GatewayPluginOauth2IntrospectionOrderingAfterArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
Before: &.GatewayPluginOauth2IntrospectionOrderingBeforeArgs{
Accesses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
Route: &.GatewayPluginOauth2IntrospectionRouteArgs{
Id: pulumi.String("string"),
},
Service: &.GatewayPluginOauth2IntrospectionServiceArgs{
Id: pulumi.String("string"),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var gatewayPluginOauth2IntrospectionResource = new GatewayPluginOauth2Introspection("gatewayPluginOauth2IntrospectionResource", GatewayPluginOauth2IntrospectionArgs.builder()
.config(GatewayPluginOauth2IntrospectionConfigArgs.builder()
.anonymous("string")
.authorizationValue("string")
.consumerBy("string")
.customClaimsForwards("string")
.customIntrospectionHeaders(Map.of("string", "string"))
.hideCredentials(false)
.introspectRequest(false)
.introspectionUrl("string")
.keepalive(0)
.runOnPreflight(false)
.timeout(0)
.tokenTypeHint("string")
.ttl(0)
.build())
.controlPlaneId("string")
.enabled(false)
.gatewayPluginOauth2IntrospectionId("string")
.instanceName("string")
.ordering(GatewayPluginOauth2IntrospectionOrderingArgs.builder()
.after(GatewayPluginOauth2IntrospectionOrderingAfterArgs.builder()
.accesses("string")
.build())
.before(GatewayPluginOauth2IntrospectionOrderingBeforeArgs.builder()
.accesses("string")
.build())
.build())
.protocols("string")
.route(GatewayPluginOauth2IntrospectionRouteArgs.builder()
.id("string")
.build())
.service(GatewayPluginOauth2IntrospectionServiceArgs.builder()
.id("string")
.build())
.tags("string")
.build());
gateway_plugin_oauth2_introspection_resource = konnect.GatewayPluginOauth2Introspection("gatewayPluginOauth2IntrospectionResource",
config={
"anonymous": "string",
"authorization_value": "string",
"consumer_by": "string",
"custom_claims_forwards": ["string"],
"custom_introspection_headers": {
"string": "string",
},
"hide_credentials": False,
"introspect_request": False,
"introspection_url": "string",
"keepalive": 0,
"run_on_preflight": False,
"timeout": 0,
"token_type_hint": "string",
"ttl": 0,
},
control_plane_id="string",
enabled=False,
gateway_plugin_oauth2_introspection_id="string",
instance_name="string",
ordering={
"after": {
"accesses": ["string"],
},
"before": {
"accesses": ["string"],
},
},
protocols=["string"],
route={
"id": "string",
},
service={
"id": "string",
},
tags=["string"])
const gatewayPluginOauth2IntrospectionResource = new konnect.GatewayPluginOauth2Introspection("gatewayPluginOauth2IntrospectionResource", {
config: {
anonymous: "string",
authorizationValue: "string",
consumerBy: "string",
customClaimsForwards: ["string"],
customIntrospectionHeaders: {
string: "string",
},
hideCredentials: false,
introspectRequest: false,
introspectionUrl: "string",
keepalive: 0,
runOnPreflight: false,
timeout: 0,
tokenTypeHint: "string",
ttl: 0,
},
controlPlaneId: "string",
enabled: false,
gatewayPluginOauth2IntrospectionId: "string",
instanceName: "string",
ordering: {
after: {
accesses: ["string"],
},
before: {
accesses: ["string"],
},
},
protocols: ["string"],
route: {
id: "string",
},
service: {
id: "string",
},
tags: ["string"],
});
type: konnect:GatewayPluginOauth2Introspection
properties:
config:
anonymous: string
authorizationValue: string
consumerBy: string
customClaimsForwards:
- string
customIntrospectionHeaders:
string: string
hideCredentials: false
introspectRequest: false
introspectionUrl: string
keepalive: 0
runOnPreflight: false
timeout: 0
tokenTypeHint: string
ttl: 0
controlPlaneId: string
enabled: false
gatewayPluginOauth2IntrospectionId: string
instanceName: string
ordering:
after:
accesses:
- string
before:
accesses:
- string
protocols:
- string
route:
id: string
service:
id: string
tags:
- string
GatewayPluginOauth2Introspection Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The GatewayPluginOauth2Introspection resource accepts the following input properties:
- Config
Gateway
Plugin Oauth2Introspection Config - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringOauth2Introspection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Oauth2Introspection Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Oauth2Introspection Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- Service
Gateway
Plugin Oauth2Introspection Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Config
Gateway
Plugin Oauth2Introspection Config Args - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringOauth2Introspection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Oauth2Introspection Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Oauth2Introspection Route Args - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- Service
Gateway
Plugin Oauth2Introspection Service Args - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Oauth2Introspection Config - control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringOauth2Introspection Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Oauth2Introspection Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Oauth2Introspection Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Oauth2Introspection Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Oauth2Introspection Config - control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringOauth2Introspection Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Oauth2Introspection Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Oauth2Introspection Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Oauth2Introspection Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Oauth2Introspection Config Args - control_
plane_ strid - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled bool
- Whether the plugin is applied.
- gateway_
plugin_ stroauth2_ introspection_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Oauth2Introspection Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Oauth2Introspection Route Args - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Oauth2Introspection Service Args - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- Sequence[str]
- An optional set of strings associated with the Plugin for grouping and filtering.
- config Property Map
- control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringOauth2Introspection Id - The ID of this resource.
- instance
Name String - ordering Property Map
- protocols List<String>
- A set of strings representing HTTP protocols.
- route Property Map
- If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service Property Map
- If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayPluginOauth2Introspection resource produces the following output properties:
- created_
at float - Unix epoch when the resource was created.
- id str
- The provider-assigned unique ID for this managed resource.
- updated_
at float - Unix epoch when the resource was last updated.
Look up Existing GatewayPluginOauth2Introspection Resource
Get an existing GatewayPluginOauth2Introspection resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GatewayPluginOauth2IntrospectionState, opts?: CustomResourceOptions): GatewayPluginOauth2Introspection
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config: Optional[GatewayPluginOauth2IntrospectionConfigArgs] = None,
control_plane_id: Optional[str] = None,
created_at: Optional[float] = None,
enabled: Optional[bool] = None,
gateway_plugin_oauth2_introspection_id: Optional[str] = None,
instance_name: Optional[str] = None,
ordering: Optional[GatewayPluginOauth2IntrospectionOrderingArgs] = None,
protocols: Optional[Sequence[str]] = None,
route: Optional[GatewayPluginOauth2IntrospectionRouteArgs] = None,
service: Optional[GatewayPluginOauth2IntrospectionServiceArgs] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[float] = None) -> GatewayPluginOauth2Introspection
func GetGatewayPluginOauth2Introspection(ctx *Context, name string, id IDInput, state *GatewayPluginOauth2IntrospectionState, opts ...ResourceOption) (*GatewayPluginOauth2Introspection, error)
public static GatewayPluginOauth2Introspection Get(string name, Input<string> id, GatewayPluginOauth2IntrospectionState? state, CustomResourceOptions? opts = null)
public static GatewayPluginOauth2Introspection get(String name, Output<String> id, GatewayPluginOauth2IntrospectionState state, CustomResourceOptions options)
resources: _: type: konnect:GatewayPluginOauth2Introspection get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Config
Gateway
Plugin Oauth2Introspection Config - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At double - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringOauth2Introspection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Oauth2Introspection Ordering - Protocols List<string>
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Oauth2Introspection Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- Service
Gateway
Plugin Oauth2Introspection Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At double - Unix epoch when the resource was last updated.
- Config
Gateway
Plugin Oauth2Introspection Config Args - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At float64 - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringOauth2Introspection Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Oauth2Introspection Ordering Args - Protocols []string
- A set of strings representing HTTP protocols.
- Route
Gateway
Plugin Oauth2Introspection Route Args - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- Service
Gateway
Plugin Oauth2Introspection Service Args - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At float64 - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Oauth2Introspection Config - control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Double - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringOauth2Introspection Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Oauth2Introspection Ordering - protocols List<String>
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Oauth2Introspection Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Oauth2Introspection Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Double - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Oauth2Introspection Config - control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At number - Unix epoch when the resource was created.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringOauth2Introspection Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Oauth2Introspection Ordering - protocols string[]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Oauth2Introspection Route - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Oauth2Introspection Service - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At number - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Oauth2Introspection Config Args - control_
plane_ strid - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created_
at float - Unix epoch when the resource was created.
- enabled bool
- Whether the plugin is applied.
- gateway_
plugin_ stroauth2_ introspection_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Oauth2Introspection Ordering Args - protocols Sequence[str]
- A set of strings representing HTTP protocols.
- route
Gateway
Plugin Oauth2Introspection Route Args - If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service
Gateway
Plugin Oauth2Introspection Service Args - If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- Sequence[str]
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated_
at float - Unix epoch when the resource was last updated.
- config Property Map
- control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Number - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringOauth2Introspection Id - The ID of this resource.
- instance
Name String - ordering Property Map
- protocols List<String>
- A set of strings representing HTTP protocols.
- route Property Map
- If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
- service Property Map
- If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Number - Unix epoch when the resource was last updated.
Supporting Types
GatewayPluginOauth2IntrospectionConfig, GatewayPluginOauth2IntrospectionConfigArgs
- 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
. must be one of ["client_id", "username"] - 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
. must be one of ["client_id", "username"] - 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
. must be one of ["client_id", "username"] - 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
. must be one of ["client_id", "username"] - 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
. must be one of ["client_id", "username"] - 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
. must be one of ["client_id", "username"] - 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.
GatewayPluginOauth2IntrospectionOrdering, GatewayPluginOauth2IntrospectionOrderingArgs
GatewayPluginOauth2IntrospectionOrderingAfter, GatewayPluginOauth2IntrospectionOrderingAfterArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginOauth2IntrospectionOrderingBefore, GatewayPluginOauth2IntrospectionOrderingBeforeArgs
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GatewayPluginOauth2IntrospectionRoute, GatewayPluginOauth2IntrospectionRouteArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
GatewayPluginOauth2IntrospectionService, GatewayPluginOauth2IntrospectionServiceArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
$ pulumi import konnect:index/gatewayPluginOauth2Introspection:GatewayPluginOauth2Introspection my_konnect_gateway_plugin_oauth2_introspection "{ \"control_plane_id\": \"9524ec7d-36d9-465d-a8c5-83a3c9390458\", \"plugin_id\": \"3473c251-5b6c-4f45-b1ff-7ede735a366d\"}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.