konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayBasicAuth
Explore with Pulumi AI
Using getGatewayBasicAuth
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 getGatewayBasicAuth(args: GetGatewayBasicAuthArgs, opts?: InvokeOptions): Promise<GetGatewayBasicAuthResult>
function getGatewayBasicAuthOutput(args: GetGatewayBasicAuthOutputArgs, opts?: InvokeOptions): Output<GetGatewayBasicAuthResult>def get_gateway_basic_auth(consumer_id: Optional[str] = None,
                           control_plane_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetGatewayBasicAuthResult
def get_gateway_basic_auth_output(consumer_id: Optional[pulumi.Input[str]] = None,
                           control_plane_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetGatewayBasicAuthResult]func LookupGatewayBasicAuth(ctx *Context, args *LookupGatewayBasicAuthArgs, opts ...InvokeOption) (*LookupGatewayBasicAuthResult, error)
func LookupGatewayBasicAuthOutput(ctx *Context, args *LookupGatewayBasicAuthOutputArgs, opts ...InvokeOption) LookupGatewayBasicAuthResultOutput> Note: This function is named LookupGatewayBasicAuth in the Go SDK.
public static class GetGatewayBasicAuth 
{
    public static Task<GetGatewayBasicAuthResult> InvokeAsync(GetGatewayBasicAuthArgs args, InvokeOptions? opts = null)
    public static Output<GetGatewayBasicAuthResult> Invoke(GetGatewayBasicAuthInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGatewayBasicAuthResult> getGatewayBasicAuth(GetGatewayBasicAuthArgs args, InvokeOptions options)
public static Output<GetGatewayBasicAuthResult> getGatewayBasicAuth(GetGatewayBasicAuthArgs args, InvokeOptions options)
fn::invoke:
  function: konnect:index/getGatewayBasicAuth:getGatewayBasicAuth
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConsumerId string
- ControlPlane stringId 
- ConsumerId string
- ControlPlane stringId 
- consumerId String
- controlPlane StringId 
- consumerId string
- controlPlane stringId 
- consumer_id str
- control_plane_ strid 
- consumerId String
- controlPlane StringId 
getGatewayBasicAuth Result
The following output properties are available:
- Consumer
GetGateway Basic Auth Consumer 
- ConsumerId string
- ControlPlane stringId 
- CreatedAt double
- Id string
- Password string
- List<string>
- Username string
- Consumer
GetGateway Basic Auth Consumer 
- ConsumerId string
- ControlPlane stringId 
- CreatedAt float64
- Id string
- Password string
- []string
- Username string
- consumer
GetGateway Basic Auth Consumer 
- consumerId String
- controlPlane StringId 
- createdAt Double
- id String
- password String
- List<String>
- username String
- consumer
GetGateway Basic Auth Consumer 
- consumerId string
- controlPlane stringId 
- createdAt number
- id string
- password string
- string[]
- username string
- consumer
GetGateway Basic Auth Consumer 
- consumer_id str
- control_plane_ strid 
- created_at float
- id str
- password str
- Sequence[str]
- username str
- consumer Property Map
- consumerId String
- controlPlane StringId 
- createdAt Number
- id String
- password String
- List<String>
- username String
Supporting Types
GetGatewayBasicAuthConsumer    
- 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.