konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginMtlsAuth
Explore with Pulumi AI
Using getGatewayPluginMtlsAuth
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 getGatewayPluginMtlsAuth(args: GetGatewayPluginMtlsAuthArgs, opts?: InvokeOptions): Promise<GetGatewayPluginMtlsAuthResult>
function getGatewayPluginMtlsAuthOutput(args: GetGatewayPluginMtlsAuthOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginMtlsAuthResult>
def get_gateway_plugin_mtls_auth(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginMtlsAuthResult
def get_gateway_plugin_mtls_auth_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginMtlsAuthResult]
func LookupGatewayPluginMtlsAuth(ctx *Context, args *LookupGatewayPluginMtlsAuthArgs, opts ...InvokeOption) (*LookupGatewayPluginMtlsAuthResult, error)
func LookupGatewayPluginMtlsAuthOutput(ctx *Context, args *LookupGatewayPluginMtlsAuthOutputArgs, opts ...InvokeOption) LookupGatewayPluginMtlsAuthResultOutput
> Note: This function is named LookupGatewayPluginMtlsAuth
in the Go SDK.
public static class GetGatewayPluginMtlsAuth
{
public static Task<GetGatewayPluginMtlsAuthResult> InvokeAsync(GetGatewayPluginMtlsAuthArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginMtlsAuthResult> Invoke(GetGatewayPluginMtlsAuthInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginMtlsAuthResult> getGatewayPluginMtlsAuth(GetGatewayPluginMtlsAuthArgs args, InvokeOptions options)
public static Output<GetGatewayPluginMtlsAuthResult> getGatewayPluginMtlsAuth(GetGatewayPluginMtlsAuthArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginMtlsAuth:getGatewayPluginMtlsAuth
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
getGatewayPluginMtlsAuth Result
The following output properties are available:
- Config
Get
Gateway Plugin Mtls Auth Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Mtls Auth Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Mtls Auth Route - Service
Get
Gateway Plugin Mtls Auth Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Mtls Auth Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Mtls Auth Ordering - Protocols []string
- Route
Get
Gateway Plugin Mtls Auth Route - Service
Get
Gateway Plugin Mtls Auth Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Mtls Auth Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Mtls Auth Ordering - protocols List<String>
- route
Get
Gateway Plugin Mtls Auth Route - service
Get
Gateway Plugin Mtls Auth Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Mtls Auth Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Mtls Auth Ordering - protocols string[]
- route
Get
Gateway Plugin Mtls Auth Route - service
Get
Gateway Plugin Mtls Auth Service - string[]
- updated
At number
- config
Get
Gateway Plugin Mtls Auth Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Mtls Auth Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Mtls Auth Route - service
Get
Gateway Plugin Mtls Auth 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
GetGatewayPluginMtlsAuthConfig
- Allow
Partial boolChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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
. - Authenticated
Group stringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - Ca
Certificates List<string> - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - Cache
Ttl double - Cache expiry time in seconds.
- Cert
Cache doubleTtl - The length of time in seconds between refreshes of the revocation check status cache.
- Consumer
Bies List<string> - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - Default
Consumer string - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - Http
Proxy stringHost - A string representing a host name, such as example.com.
- Http
Proxy doublePort - An integer representing a port number between 0 and 65535, inclusive.
- Http
Timeout double - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- Https
Proxy stringHost - A string representing a host name, such as example.com.
- Https
Proxy doublePort - An integer representing a port number between 0 and 65535, inclusive.
- Revocation
Check stringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - Send
Ca boolDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- Skip
Consumer boolLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- Allow
Partial boolChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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
. - Authenticated
Group stringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - Ca
Certificates []string - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - Cache
Ttl float64 - Cache expiry time in seconds.
- Cert
Cache float64Ttl - The length of time in seconds between refreshes of the revocation check status cache.
- Consumer
Bies []string - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - Default
Consumer string - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - Http
Proxy stringHost - A string representing a host name, such as example.com.
- Http
Proxy float64Port - An integer representing a port number between 0 and 65535, inclusive.
- Http
Timeout float64 - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- Https
Proxy stringHost - A string representing a host name, such as example.com.
- Https
Proxy float64Port - An integer representing a port number between 0 and 65535, inclusive.
- Revocation
Check stringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - Send
Ca boolDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- Skip
Consumer boolLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- allow
Partial BooleanChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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
. - authenticated
Group StringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - ca
Certificates List<String> - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - cache
Ttl Double - Cache expiry time in seconds.
- cert
Cache DoubleTtl - The length of time in seconds between refreshes of the revocation check status cache.
- consumer
Bies List<String> - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - default
Consumer String - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - http
Proxy StringHost - A string representing a host name, such as example.com.
- http
Proxy DoublePort - An integer representing a port number between 0 and 65535, inclusive.
- http
Timeout Double - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- https
Proxy StringHost - A string representing a host name, such as example.com.
- https
Proxy DoublePort - An integer representing a port number between 0 and 65535, inclusive.
- revocation
Check StringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - send
Ca BooleanDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- skip
Consumer BooleanLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- allow
Partial booleanChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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
. - authenticated
Group stringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - ca
Certificates string[] - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - cache
Ttl number - Cache expiry time in seconds.
- cert
Cache numberTtl - The length of time in seconds between refreshes of the revocation check status cache.
- consumer
Bies string[] - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - default
Consumer string - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - http
Proxy stringHost - A string representing a host name, such as example.com.
- http
Proxy numberPort - An integer representing a port number between 0 and 65535, inclusive.
- http
Timeout number - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- https
Proxy stringHost - A string representing a host name, such as example.com.
- https
Proxy numberPort - An integer representing a port number between 0 and 65535, inclusive.
- revocation
Check stringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - send
Ca booleanDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- skip
Consumer booleanLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- allow_
partial_ boolchain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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
. - authenticated_
group_ strby - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - ca_
certificates Sequence[str] - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - cache_
ttl float - Cache expiry time in seconds.
- cert_
cache_ floatttl - The length of time in seconds between refreshes of the revocation check status cache.
- consumer_
bies Sequence[str] - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - default_
consumer str - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - http_
proxy_ strhost - A string representing a host name, such as example.com.
- http_
proxy_ floatport - An integer representing a port number between 0 and 65535, inclusive.
- http_
timeout float - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- https_
proxy_ strhost - A string representing a host name, such as example.com.
- https_
proxy_ floatport - An integer representing a port number between 0 and 65535, inclusive.
- revocation_
check_ strmode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - send_
ca_ booldn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- skip_
consumer_ boollookup - Skip consumer lookup once certificate is trusted against the configured CA list.
- allow
Partial BooleanChain - Allow certificate verification with only an intermediate certificate. When this is enabled, you don't need to upload the full chain to Kong Certificates.
- 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
. - authenticated
Group StringBy - Certificate property to use as the authenticated group. Valid values are
CN
(Common Name) orDN
(Distinguished Name). Onceskip_consumer_lookup
is applied, any client with a valid certificate can access the Service/API. To restrict usage to only some of the authenticated users, also add the ACL plugin (not covered here) and create allowed or denied groups of users. - ca
Certificates List<String> - List of CA Certificates strings to use as Certificate Authorities (CA) when validating a client certificate. At least one is required but you can specify as many as needed. The value of this array is comprised of primary keys (
id
). - cache
Ttl Number - Cache expiry time in seconds.
- cert
Cache NumberTtl - The length of time in seconds between refreshes of the revocation check status cache.
- consumer
Bies List<String> - Whether to match the subject name of the client-supplied certificate against consumer's
username
and/orcustom_id
attribute. If set to[]
(the empty array), then auto-matching is disabled. - default
Consumer String - The UUID or username of the consumer to use when a trusted client certificate is presented but no consumer matches. Note that this value must refer to the consumer
id
orusername
attribute, and not itscustom_id
. - http
Proxy StringHost - A string representing a host name, such as example.com.
- http
Proxy NumberPort - An integer representing a port number between 0 and 65535, inclusive.
- http
Timeout Number - HTTP timeout threshold in milliseconds when communicating with the OCSP server or downloading CRL.
- https
Proxy StringHost - A string representing a host name, such as example.com.
- https
Proxy NumberPort - An integer representing a port number between 0 and 65535, inclusive.
- revocation
Check StringMode - Controls client certificate revocation check behavior. If set to
SKIP
, no revocation check is performed. If set toIGNORE_CA_ERROR
, the plugin respects the revocation status when either OCSP or CRL URL is set, and doesn't fail on network issues. If set toSTRICT
, the plugin only treats the certificate as valid when it's able to verify the revocation status. - send
Ca BooleanDn - Sends the distinguished names (DN) of the configured CA list in the TLS handshake message.
- skip
Consumer BooleanLookup - Skip consumer lookup once certificate is trusted against the configured CA list.
GetGatewayPluginMtlsAuthOrdering
GetGatewayPluginMtlsAuthOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginMtlsAuthOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginMtlsAuthRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginMtlsAuthService
- 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.