konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginOauth2
Explore with Pulumi AI
Using getGatewayPluginOauth2
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 getGatewayPluginOauth2(args: GetGatewayPluginOauth2Args, opts?: InvokeOptions): Promise<GetGatewayPluginOauth2Result>
function getGatewayPluginOauth2Output(args: GetGatewayPluginOauth2OutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginOauth2Result>
def get_gateway_plugin_oauth2(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginOauth2Result
def get_gateway_plugin_oauth2_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginOauth2Result]
func LookupGatewayPluginOauth2(ctx *Context, args *LookupGatewayPluginOauth2Args, opts ...InvokeOption) (*LookupGatewayPluginOauth2Result, error)
func LookupGatewayPluginOauth2Output(ctx *Context, args *LookupGatewayPluginOauth2OutputArgs, opts ...InvokeOption) LookupGatewayPluginOauth2ResultOutput
> Note: This function is named LookupGatewayPluginOauth2
in the Go SDK.
public static class GetGatewayPluginOauth2
{
public static Task<GetGatewayPluginOauth2Result> InvokeAsync(GetGatewayPluginOauth2Args args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginOauth2Result> Invoke(GetGatewayPluginOauth2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginOauth2Result> getGatewayPluginOauth2(GetGatewayPluginOauth2Args args, InvokeOptions options)
public static Output<GetGatewayPluginOauth2Result> getGatewayPluginOauth2(GetGatewayPluginOauth2Args args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginOauth2:getGatewayPluginOauth2
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
getGatewayPluginOauth2 Result
The following output properties are available:
- Config
Get
Gateway Plugin Oauth2Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Oauth2Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Oauth2Route - Service
Get
Gateway Plugin Oauth2Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Oauth2Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Oauth2Ordering - Protocols []string
- Route
Get
Gateway Plugin Oauth2Route - Service
Get
Gateway Plugin Oauth2Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Oauth2Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Oauth2Ordering - protocols List<String>
- route
Get
Gateway Plugin Oauth2Route - service
Get
Gateway Plugin Oauth2Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Oauth2Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Oauth2Ordering - protocols string[]
- route
Get
Gateway Plugin Oauth2Route - service
Get
Gateway Plugin Oauth2Service - string[]
- updated
At number
- config
Get
Gateway Plugin Oauth2Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Oauth2Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Oauth2Route - service
Get
Gateway Plugin Oauth2Service - 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
GetGatewayPluginOauth2Config
- Accept
Http boolIf Already Terminated - Accepts HTTPs requests that have already been terminated by a proxy or load balancer.
- Anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
- Auth
Header stringName - The name of the header that is supposed to carry the access token.
- bool
- An optional boolean value to enable the three-legged Authorization Code flow (RFC 6742 Section 4.1).
- Enable
Client boolCredentials - An optional boolean value to enable the Client Credentials Grant flow (RFC 6742 Section 4.4).
- Enable
Implicit boolGrant - An optional boolean value to enable the Implicit Grant flow which allows to provision a token as a result of the authorization process (RFC 6742 Section 4.2).
- Enable
Password boolGrant - An optional boolean value to enable the Resource Owner Password Credentials Grant flow (RFC 6742 Section 4.3).
- Global
Credentials bool - An optional boolean value that allows using the same OAuth credentials generated by the plugin with any other service whose OAuth 2.0 plugin configuration also has
config.global_credentials=true
. - Hide
Credentials bool - An optional boolean value telling the plugin to show or hide the credential from the upstream service.
- Mandatory
Scope bool - An optional boolean value telling the plugin to require at least one
scope
to be authorized by the end user. - Persistent
Refresh boolToken - Pkce string
- Specifies a mode of how the Proof Key for Code Exchange (PKCE) should be handled by the plugin.
- Provision
Key string - The unique key the plugin has generated when it has been added to the Service.
- Realm string
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - Refresh
Token doubleTtl - Time-to-live value for data
- Reuse
Refresh boolToken - An optional boolean value that indicates whether an OAuth refresh token is reused when refreshing an access token.
- Scopes List<string>
- Describes an array of scope names that will be available to the end user. If
mandatory_scope
is set totrue
, thenscopes
are required. - Token
Expiration double - An optional integer value telling the plugin how many seconds a token should last, after which the client will need to refresh the token. Set to
0
to disable the expiration.
- Accept
Http boolIf Already Terminated - Accepts HTTPs requests that have already been terminated by a proxy or load balancer.
- Anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
- Auth
Header stringName - The name of the header that is supposed to carry the access token.
- bool
- An optional boolean value to enable the three-legged Authorization Code flow (RFC 6742 Section 4.1).
- Enable
Client boolCredentials - An optional boolean value to enable the Client Credentials Grant flow (RFC 6742 Section 4.4).
- Enable
Implicit boolGrant - An optional boolean value to enable the Implicit Grant flow which allows to provision a token as a result of the authorization process (RFC 6742 Section 4.2).
- Enable
Password boolGrant - An optional boolean value to enable the Resource Owner Password Credentials Grant flow (RFC 6742 Section 4.3).
- Global
Credentials bool - An optional boolean value that allows using the same OAuth credentials generated by the plugin with any other service whose OAuth 2.0 plugin configuration also has
config.global_credentials=true
. - Hide
Credentials bool - An optional boolean value telling the plugin to show or hide the credential from the upstream service.
- Mandatory
Scope bool - An optional boolean value telling the plugin to require at least one
scope
to be authorized by the end user. - Persistent
Refresh boolToken - Pkce string
- Specifies a mode of how the Proof Key for Code Exchange (PKCE) should be handled by the plugin.
- Provision
Key string - The unique key the plugin has generated when it has been added to the Service.
- Realm string
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - Refresh
Token float64Ttl - Time-to-live value for data
- Reuse
Refresh boolToken - An optional boolean value that indicates whether an OAuth refresh token is reused when refreshing an access token.
- Scopes []string
- Describes an array of scope names that will be available to the end user. If
mandatory_scope
is set totrue
, thenscopes
are required. - Token
Expiration float64 - An optional integer value telling the plugin how many seconds a token should last, after which the client will need to refresh the token. Set to
0
to disable the expiration.
- accept
Http BooleanIf Already Terminated - Accepts HTTPs requests that have already been terminated by a proxy or load balancer.
- anonymous String
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
- auth
Header StringName - The name of the header that is supposed to carry the access token.
- Boolean
- An optional boolean value to enable the three-legged Authorization Code flow (RFC 6742 Section 4.1).
- enable
Client BooleanCredentials - An optional boolean value to enable the Client Credentials Grant flow (RFC 6742 Section 4.4).
- enable
Implicit BooleanGrant - An optional boolean value to enable the Implicit Grant flow which allows to provision a token as a result of the authorization process (RFC 6742 Section 4.2).
- enable
Password BooleanGrant - An optional boolean value to enable the Resource Owner Password Credentials Grant flow (RFC 6742 Section 4.3).
- global
Credentials Boolean - An optional boolean value that allows using the same OAuth credentials generated by the plugin with any other service whose OAuth 2.0 plugin configuration also has
config.global_credentials=true
. - hide
Credentials Boolean - An optional boolean value telling the plugin to show or hide the credential from the upstream service.
- mandatory
Scope Boolean - An optional boolean value telling the plugin to require at least one
scope
to be authorized by the end user. - persistent
Refresh BooleanToken - pkce String
- Specifies a mode of how the Proof Key for Code Exchange (PKCE) should be handled by the plugin.
- provision
Key String - The unique key the plugin has generated when it has been added to the Service.
- realm String
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - refresh
Token DoubleTtl - Time-to-live value for data
- reuse
Refresh BooleanToken - An optional boolean value that indicates whether an OAuth refresh token is reused when refreshing an access token.
- scopes List<String>
- Describes an array of scope names that will be available to the end user. If
mandatory_scope
is set totrue
, thenscopes
are required. - token
Expiration Double - An optional integer value telling the plugin how many seconds a token should last, after which the client will need to refresh the token. Set to
0
to disable the expiration.
- accept
Http booleanIf Already Terminated - Accepts HTTPs requests that have already been terminated by a proxy or load balancer.
- anonymous string
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
- auth
Header stringName - The name of the header that is supposed to carry the access token.
- boolean
- An optional boolean value to enable the three-legged Authorization Code flow (RFC 6742 Section 4.1).
- enable
Client booleanCredentials - An optional boolean value to enable the Client Credentials Grant flow (RFC 6742 Section 4.4).
- enable
Implicit booleanGrant - An optional boolean value to enable the Implicit Grant flow which allows to provision a token as a result of the authorization process (RFC 6742 Section 4.2).
- enable
Password booleanGrant - An optional boolean value to enable the Resource Owner Password Credentials Grant flow (RFC 6742 Section 4.3).
- global
Credentials boolean - An optional boolean value that allows using the same OAuth credentials generated by the plugin with any other service whose OAuth 2.0 plugin configuration also has
config.global_credentials=true
. - hide
Credentials boolean - An optional boolean value telling the plugin to show or hide the credential from the upstream service.
- mandatory
Scope boolean - An optional boolean value telling the plugin to require at least one
scope
to be authorized by the end user. - persistent
Refresh booleanToken - pkce string
- Specifies a mode of how the Proof Key for Code Exchange (PKCE) should be handled by the plugin.
- provision
Key string - The unique key the plugin has generated when it has been added to the Service.
- realm string
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - refresh
Token numberTtl - Time-to-live value for data
- reuse
Refresh booleanToken - An optional boolean value that indicates whether an OAuth refresh token is reused when refreshing an access token.
- scopes string[]
- Describes an array of scope names that will be available to the end user. If
mandatory_scope
is set totrue
, thenscopes
are required. - token
Expiration number - An optional integer value telling the plugin how many seconds a token should last, after which the client will need to refresh the token. Set to
0
to disable the expiration.
- accept_
http_ boolif_ already_ terminated - Accepts HTTPs requests that have already been terminated by a proxy or load balancer.
- anonymous str
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
- auth_
header_ strname - The name of the header that is supposed to carry the access token.
- bool
- An optional boolean value to enable the three-legged Authorization Code flow (RFC 6742 Section 4.1).
- enable_
client_ boolcredentials - An optional boolean value to enable the Client Credentials Grant flow (RFC 6742 Section 4.4).
- enable_
implicit_ boolgrant - An optional boolean value to enable the Implicit Grant flow which allows to provision a token as a result of the authorization process (RFC 6742 Section 4.2).
- enable_
password_ boolgrant - An optional boolean value to enable the Resource Owner Password Credentials Grant flow (RFC 6742 Section 4.3).
- global_
credentials bool - An optional boolean value that allows using the same OAuth credentials generated by the plugin with any other service whose OAuth 2.0 plugin configuration also has
config.global_credentials=true
. - hide_
credentials bool - An optional boolean value telling the plugin to show or hide the credential from the upstream service.
- mandatory_
scope bool - An optional boolean value telling the plugin to require at least one
scope
to be authorized by the end user. - persistent_
refresh_ booltoken - pkce str
- Specifies a mode of how the Proof Key for Code Exchange (PKCE) should be handled by the plugin.
- provision_
key str - The unique key the plugin has generated when it has been added to the Service.
- realm str
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - refresh_
token_ floatttl - Time-to-live value for data
- reuse_
refresh_ booltoken - An optional boolean value that indicates whether an OAuth refresh token is reused when refreshing an access token.
- scopes Sequence[str]
- Describes an array of scope names that will be available to the end user. If
mandatory_scope
is set totrue
, thenscopes
are required. - token_
expiration float - An optional integer value telling the plugin how many seconds a token should last, after which the client will need to refresh the token. Set to
0
to disable the expiration.
- accept
Http BooleanIf Already Terminated - Accepts HTTPs requests that have already been terminated by a proxy or load balancer.
- anonymous String
- An optional string (consumer UUID or username) value to use as an “anonymous” consumer if authentication fails.
- auth
Header StringName - The name of the header that is supposed to carry the access token.
- Boolean
- An optional boolean value to enable the three-legged Authorization Code flow (RFC 6742 Section 4.1).
- enable
Client BooleanCredentials - An optional boolean value to enable the Client Credentials Grant flow (RFC 6742 Section 4.4).
- enable
Implicit BooleanGrant - An optional boolean value to enable the Implicit Grant flow which allows to provision a token as a result of the authorization process (RFC 6742 Section 4.2).
- enable
Password BooleanGrant - An optional boolean value to enable the Resource Owner Password Credentials Grant flow (RFC 6742 Section 4.3).
- global
Credentials Boolean - An optional boolean value that allows using the same OAuth credentials generated by the plugin with any other service whose OAuth 2.0 plugin configuration also has
config.global_credentials=true
. - hide
Credentials Boolean - An optional boolean value telling the plugin to show or hide the credential from the upstream service.
- mandatory
Scope Boolean - An optional boolean value telling the plugin to require at least one
scope
to be authorized by the end user. - persistent
Refresh BooleanToken - pkce String
- Specifies a mode of how the Proof Key for Code Exchange (PKCE) should be handled by the plugin.
- provision
Key String - The unique key the plugin has generated when it has been added to the Service.
- realm String
- When authentication fails the plugin sends
WWW-Authenticate
header withrealm
attribute value. - refresh
Token NumberTtl - Time-to-live value for data
- reuse
Refresh BooleanToken - An optional boolean value that indicates whether an OAuth refresh token is reused when refreshing an access token.
- scopes List<String>
- Describes an array of scope names that will be available to the end user. If
mandatory_scope
is set totrue
, thenscopes
are required. - token
Expiration Number - An optional integer value telling the plugin how many seconds a token should last, after which the client will need to refresh the token. Set to
0
to disable the expiration.
GetGatewayPluginOauth2Ordering
GetGatewayPluginOauth2OrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginOauth2OrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginOauth2Route
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginOauth2Service
- 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.