1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayDataPlaneClientCertificate
konnect 2.5.0 published on Tuesday, Apr 15, 2025 by kong

konnect.getGatewayDataPlaneClientCertificate

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupGatewayDataPlaneClientCertificate(ctx *Context, args *LookupGatewayDataPlaneClientCertificateArgs, opts ...InvokeOption) (*LookupGatewayDataPlaneClientCertificateResult, error)
func LookupGatewayDataPlaneClientCertificateOutput(ctx *Context, args *LookupGatewayDataPlaneClientCertificateOutputArgs, opts ...InvokeOption) LookupGatewayDataPlaneClientCertificateResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetGatewayDataPlaneClientCertificateResult> getGatewayDataPlaneClientCertificate(GetGatewayDataPlaneClientCertificateArgs args, InvokeOptions options)
public static Output<GetGatewayDataPlaneClientCertificateResult> getGatewayDataPlaneClientCertificate(GetGatewayDataPlaneClientCertificateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: konnect:index/getGatewayDataPlaneClientCertificate:getGatewayDataPlaneClientCertificate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ControlPlaneId This property is required. string
ControlPlaneId This property is required. string
controlPlaneId This property is required. String
controlPlaneId This property is required. string
control_plane_id This property is required. str
controlPlaneId This property is required. String

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.