konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayHmacAuth
Explore with Pulumi AI
Using getGatewayHmacAuth
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 getGatewayHmacAuth(args: GetGatewayHmacAuthArgs, opts?: InvokeOptions): Promise<GetGatewayHmacAuthResult>
function getGatewayHmacAuthOutput(args: GetGatewayHmacAuthOutputArgs, opts?: InvokeOptions): Output<GetGatewayHmacAuthResult>
def get_gateway_hmac_auth(consumer_id: Optional[str] = None,
control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayHmacAuthResult
def get_gateway_hmac_auth_output(consumer_id: Optional[pulumi.Input[str]] = None,
control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayHmacAuthResult]
func LookupGatewayHmacAuth(ctx *Context, args *LookupGatewayHmacAuthArgs, opts ...InvokeOption) (*LookupGatewayHmacAuthResult, error)
func LookupGatewayHmacAuthOutput(ctx *Context, args *LookupGatewayHmacAuthOutputArgs, opts ...InvokeOption) LookupGatewayHmacAuthResultOutput
> Note: This function is named LookupGatewayHmacAuth
in the Go SDK.
public static class GetGatewayHmacAuth
{
public static Task<GetGatewayHmacAuthResult> InvokeAsync(GetGatewayHmacAuthArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayHmacAuthResult> Invoke(GetGatewayHmacAuthInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayHmacAuthResult> getGatewayHmacAuth(GetGatewayHmacAuthArgs args, InvokeOptions options)
public static Output<GetGatewayHmacAuthResult> getGatewayHmacAuth(GetGatewayHmacAuthArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayHmacAuth:getGatewayHmacAuth
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
getGatewayHmacAuth Result
The following output properties are available:
- Consumer
Get
Gateway Hmac Auth Consumer - Consumer
Id string - Control
Plane stringId - Created
At double - Id string
- Secret string
- List<string>
- Username string
- Consumer
Get
Gateway Hmac Auth Consumer - Consumer
Id string - Control
Plane stringId - Created
At float64 - Id string
- Secret string
- []string
- Username string
- consumer
Get
Gateway Hmac Auth Consumer - consumer
Id String - control
Plane StringId - created
At Double - id String
- secret String
- List<String>
- username String
- consumer
Get
Gateway Hmac Auth Consumer - consumer
Id string - control
Plane stringId - created
At number - id string
- secret string
- string[]
- username string
- consumer
Get
Gateway Hmac Auth Consumer - consumer_
id str - control_
plane_ strid - created_
at float - id str
- secret str
- Sequence[str]
- username str
- consumer Property Map
- consumer
Id String - control
Plane StringId - created
At Number - id String
- secret String
- List<String>
- username String
Supporting Types
GetGatewayHmacAuthConsumer
- 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.