1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayHmacAuth
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayHmacAuth

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    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:

    getGatewayHmacAuth Result

    The following output properties are available:

    consumer Property Map
    consumerId String
    controlPlaneId String
    createdAt Number
    id String
    secret String
    tags 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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong