konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginBasicAuth
Explore with Pulumi AI
Using getGatewayPluginBasicAuth
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 getGatewayPluginBasicAuth(args: GetGatewayPluginBasicAuthArgs, opts?: InvokeOptions): Promise<GetGatewayPluginBasicAuthResult>
function getGatewayPluginBasicAuthOutput(args: GetGatewayPluginBasicAuthOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginBasicAuthResult>def get_gateway_plugin_basic_auth(control_plane_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetGatewayPluginBasicAuthResult
def get_gateway_plugin_basic_auth_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginBasicAuthResult]func LookupGatewayPluginBasicAuth(ctx *Context, args *LookupGatewayPluginBasicAuthArgs, opts ...InvokeOption) (*LookupGatewayPluginBasicAuthResult, error)
func LookupGatewayPluginBasicAuthOutput(ctx *Context, args *LookupGatewayPluginBasicAuthOutputArgs, opts ...InvokeOption) LookupGatewayPluginBasicAuthResultOutput> Note: This function is named LookupGatewayPluginBasicAuth in the Go SDK.
public static class GetGatewayPluginBasicAuth 
{
    public static Task<GetGatewayPluginBasicAuthResult> InvokeAsync(GetGatewayPluginBasicAuthArgs args, InvokeOptions? opts = null)
    public static Output<GetGatewayPluginBasicAuthResult> Invoke(GetGatewayPluginBasicAuthInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGatewayPluginBasicAuthResult> getGatewayPluginBasicAuth(GetGatewayPluginBasicAuthArgs args, InvokeOptions options)
public static Output<GetGatewayPluginBasicAuthResult> getGatewayPluginBasicAuth(GetGatewayPluginBasicAuthArgs args, InvokeOptions options)
fn::invoke:
  function: konnect:index/getGatewayPluginBasicAuth:getGatewayPluginBasicAuth
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ControlPlane stringId 
- ControlPlane stringId 
- controlPlane StringId 
- controlPlane stringId 
- control_plane_ strid 
- controlPlane StringId 
getGatewayPluginBasicAuth Result
The following output properties are available:
- Config
GetGateway Plugin Basic Auth Config 
- ControlPlane stringId 
- CreatedAt double
- Enabled bool
- Id string
- InstanceName string
- Ordering
GetGateway Plugin Basic Auth Ordering 
- Protocols List<string>
- Route
GetGateway Plugin Basic Auth Route 
- Service
GetGateway Plugin Basic Auth Service 
- List<string>
- UpdatedAt double
- Config
GetGateway Plugin Basic Auth Config 
- ControlPlane stringId 
- CreatedAt float64
- Enabled bool
- Id string
- InstanceName string
- Ordering
GetGateway Plugin Basic Auth Ordering 
- Protocols []string
- Route
GetGateway Plugin Basic Auth Route 
- Service
GetGateway Plugin Basic Auth Service 
- []string
- UpdatedAt float64
- config
GetGateway Plugin Basic Auth Config 
- controlPlane StringId 
- createdAt Double
- enabled Boolean
- id String
- instanceName String
- ordering
GetGateway Plugin Basic Auth Ordering 
- protocols List<String>
- route
GetGateway Plugin Basic Auth Route 
- service
GetGateway Plugin Basic Auth Service 
- List<String>
- updatedAt Double
- config
GetGateway Plugin Basic Auth Config 
- controlPlane stringId 
- createdAt number
- enabled boolean
- id string
- instanceName string
- ordering
GetGateway Plugin Basic Auth Ordering 
- protocols string[]
- route
GetGateway Plugin Basic Auth Route 
- service
GetGateway Plugin Basic Auth Service 
- string[]
- updatedAt number
- config
GetGateway Plugin Basic Auth Config 
- control_plane_ strid 
- created_at float
- enabled bool
- id str
- instance_name str
- ordering
GetGateway Plugin Basic Auth Ordering 
- protocols Sequence[str]
- route
GetGateway Plugin Basic Auth Route 
- service
GetGateway Plugin Basic Auth Service 
- Sequence[str]
- updated_at float
- config Property Map
- controlPlane StringId 
- createdAt Number
- enabled Boolean
- id String
- instanceName String
- ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updatedAt Number
Supporting Types
GetGatewayPluginBasicAuthConfig     
- 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 will fail with an authentication failure 4xx. Please note that this value must refer to the Consumeridorusernameattribute, and not itscustom_id.
- HideCredentials bool
- An optional boolean value telling the plugin to show or hide the credential from the upstream service. If true, the plugin will strip the credential from the request (i.e. theAuthorizationheader) before proxying it.
- Realm string
- When authentication fails the plugin sends WWW-Authenticateheader withrealmattribute value.
- 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 will fail with an authentication failure 4xx. Please note that this value must refer to the Consumeridorusernameattribute, and not itscustom_id.
- HideCredentials bool
- An optional boolean value telling the plugin to show or hide the credential from the upstream service. If true, the plugin will strip the credential from the request (i.e. theAuthorizationheader) before proxying it.
- Realm string
- When authentication fails the plugin sends WWW-Authenticateheader withrealmattribute value.
- 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 will fail with an authentication failure 4xx. Please note that this value must refer to the Consumeridorusernameattribute, and not itscustom_id.
- hideCredentials Boolean
- An optional boolean value telling the plugin to show or hide the credential from the upstream service. If true, the plugin will strip the credential from the request (i.e. theAuthorizationheader) before proxying it.
- realm String
- When authentication fails the plugin sends WWW-Authenticateheader withrealmattribute value.
- 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 will fail with an authentication failure 4xx. Please note that this value must refer to the Consumeridorusernameattribute, and not itscustom_id.
- hideCredentials boolean
- An optional boolean value telling the plugin to show or hide the credential from the upstream service. If true, the plugin will strip the credential from the request (i.e. theAuthorizationheader) before proxying it.
- realm string
- When authentication fails the plugin sends WWW-Authenticateheader withrealmattribute value.
- 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 will fail with an authentication failure 4xx. Please note that this value must refer to the Consumeridorusernameattribute, and not itscustom_id.
- hide_credentials bool
- An optional boolean value telling the plugin to show or hide the credential from the upstream service. If true, the plugin will strip the credential from the request (i.e. theAuthorizationheader) before proxying it.
- realm str
- When authentication fails the plugin sends WWW-Authenticateheader withrealmattribute value.
- 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 will fail with an authentication failure 4xx. Please note that this value must refer to the Consumeridorusernameattribute, and not itscustom_id.
- hideCredentials Boolean
- An optional boolean value telling the plugin to show or hide the credential from the upstream service. If true, the plugin will strip the credential from the request (i.e. theAuthorizationheader) before proxying it.
- realm String
- When authentication fails the plugin sends WWW-Authenticateheader withrealmattribute value.
GetGatewayPluginBasicAuthOrdering     
GetGatewayPluginBasicAuthOrderingAfter      
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginBasicAuthOrderingBefore      
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginBasicAuthRoute     
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginBasicAuthService     
- 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 konnectTerraform Provider.