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

konnect.getGatewayDataPlaneClientCertificate

Explore with Pulumi AI

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

    Using getGatewayDataPlaneClientCertificate

    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 getGatewayDataPlaneClientCertificate(args: GetGatewayDataPlaneClientCertificateArgs, opts?: InvokeOptions): Promise<GetGatewayDataPlaneClientCertificateResult>
    function getGatewayDataPlaneClientCertificateOutput(args: GetGatewayDataPlaneClientCertificateOutputArgs, opts?: InvokeOptions): Output<GetGatewayDataPlaneClientCertificateResult>
    def get_gateway_data_plane_client_certificate(control_plane_id: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetGatewayDataPlaneClientCertificateResult
    def get_gateway_data_plane_client_certificate_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetGatewayDataPlaneClientCertificateResult]
    func LookupGatewayDataPlaneClientCertificate(ctx *Context, args *LookupGatewayDataPlaneClientCertificateArgs, opts ...InvokeOption) (*LookupGatewayDataPlaneClientCertificateResult, error)
    func LookupGatewayDataPlaneClientCertificateOutput(ctx *Context, args *LookupGatewayDataPlaneClientCertificateOutputArgs, opts ...InvokeOption) LookupGatewayDataPlaneClientCertificateResultOutput

    > Note: This function is named LookupGatewayDataPlaneClientCertificate in the Go SDK.

    public static class GetGatewayDataPlaneClientCertificate 
    {
        public static Task<GetGatewayDataPlaneClientCertificateResult> InvokeAsync(GetGatewayDataPlaneClientCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayDataPlaneClientCertificateResult> Invoke(GetGatewayDataPlaneClientCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayDataPlaneClientCertificateResult> getGatewayDataPlaneClientCertificate(GetGatewayDataPlaneClientCertificateArgs args, InvokeOptions options)
    public static Output<GetGatewayDataPlaneClientCertificateResult> getGatewayDataPlaneClientCertificate(GetGatewayDataPlaneClientCertificateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayDataPlaneClientCertificate:getGatewayDataPlaneClientCertificate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayDataPlaneClientCertificate Result

    The following output properties are available:

    Cert string
    ControlPlaneId string
    CreatedAt double
    Id string
    UpdatedAt double
    Cert string
    ControlPlaneId string
    CreatedAt float64
    Id string
    UpdatedAt float64
    cert String
    controlPlaneId String
    createdAt Double
    id String
    updatedAt Double
    cert string
    controlPlaneId string
    createdAt number
    id string
    updatedAt number
    cert String
    controlPlaneId String
    createdAt Number
    id String
    updatedAt Number

    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