konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayKeyAuth
Explore with Pulumi AI
Using getGatewayKeyAuth
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 getGatewayKeyAuth(args: GetGatewayKeyAuthArgs, opts?: InvokeOptions): Promise<GetGatewayKeyAuthResult>
function getGatewayKeyAuthOutput(args: GetGatewayKeyAuthOutputArgs, opts?: InvokeOptions): Output<GetGatewayKeyAuthResult>
def get_gateway_key_auth(consumer_id: Optional[str] = None,
control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayKeyAuthResult
def get_gateway_key_auth_output(consumer_id: Optional[pulumi.Input[str]] = None,
control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayKeyAuthResult]
func LookupGatewayKeyAuth(ctx *Context, args *LookupGatewayKeyAuthArgs, opts ...InvokeOption) (*LookupGatewayKeyAuthResult, error)
func LookupGatewayKeyAuthOutput(ctx *Context, args *LookupGatewayKeyAuthOutputArgs, opts ...InvokeOption) LookupGatewayKeyAuthResultOutput
> Note: This function is named LookupGatewayKeyAuth
in the Go SDK.
public static class GetGatewayKeyAuth
{
public static Task<GetGatewayKeyAuthResult> InvokeAsync(GetGatewayKeyAuthArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayKeyAuthResult> Invoke(GetGatewayKeyAuthInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayKeyAuthResult> getGatewayKeyAuth(GetGatewayKeyAuthArgs args, InvokeOptions options)
public static Output<GetGatewayKeyAuthResult> getGatewayKeyAuth(GetGatewayKeyAuthArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayKeyAuth:getGatewayKeyAuth
arguments:
# arguments dictionary
The following arguments are supported:
- Consumer
Id string - Control
Plane stringId
- Consumer
Id string - Control
Plane stringId
- consumer
Id String - control
Plane StringId
- consumer
Id string - control
Plane stringId
- consumer_
id str - control_
plane_ strid
- consumer
Id String - control
Plane StringId
getGatewayKeyAuth Result
The following output properties are available:
- Consumer
Get
Gateway Key Auth Consumer - Consumer
Id string - Control
Plane stringId - Created
At double - Id string
- Key string
- List<string>
- Consumer
Get
Gateway Key Auth Consumer - Consumer
Id string - Control
Plane stringId - Created
At float64 - Id string
- Key string
- []string
- consumer
Get
Gateway Key Auth Consumer - consumer
Id String - control
Plane StringId - created
At Double - id String
- key String
- List<String>
- consumer
Get
Gateway Key Auth Consumer - consumer
Id string - control
Plane stringId - created
At number - id string
- key string
- string[]
- consumer
Get
Gateway Key Auth Consumer - consumer_
id str - control_
plane_ strid - created_
at float - id str
- key str
- Sequence[str]
- consumer Property Map
- consumer
Id String - control
Plane StringId - created
At Number - id String
- key String
- List<String>
Supporting Types
GetGatewayKeyAuthConsumer
- 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.