1. Packages
  2. Ibm Provider
  3. API Docs
  4. getKmsKmipClientCerts
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getKmsKmipClientCerts

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Using getKmsKmipClientCerts

    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 getKmsKmipClientCerts(args: GetKmsKmipClientCertsArgs, opts?: InvokeOptions): Promise<GetKmsKmipClientCertsResult>
    function getKmsKmipClientCertsOutput(args: GetKmsKmipClientCertsOutputArgs, opts?: InvokeOptions): Output<GetKmsKmipClientCertsResult>
    def get_kms_kmip_client_certs(adapter_id: Optional[str] = None,
                                  adapter_name: Optional[str] = None,
                                  endpoint_type: Optional[str] = None,
                                  id: Optional[str] = None,
                                  instance_id: Optional[str] = None,
                                  limit: Optional[float] = None,
                                  offset: Optional[float] = None,
                                  show_total_count: Optional[bool] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetKmsKmipClientCertsResult
    def get_kms_kmip_client_certs_output(adapter_id: Optional[pulumi.Input[str]] = None,
                                  adapter_name: Optional[pulumi.Input[str]] = None,
                                  endpoint_type: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  instance_id: Optional[pulumi.Input[str]] = None,
                                  limit: Optional[pulumi.Input[float]] = None,
                                  offset: Optional[pulumi.Input[float]] = None,
                                  show_total_count: Optional[pulumi.Input[bool]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetKmsKmipClientCertsResult]
    func GetKmsKmipClientCerts(ctx *Context, args *GetKmsKmipClientCertsArgs, opts ...InvokeOption) (*GetKmsKmipClientCertsResult, error)
    func GetKmsKmipClientCertsOutput(ctx *Context, args *GetKmsKmipClientCertsOutputArgs, opts ...InvokeOption) GetKmsKmipClientCertsResultOutput

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

    public static class GetKmsKmipClientCerts 
    {
        public static Task<GetKmsKmipClientCertsResult> InvokeAsync(GetKmsKmipClientCertsArgs args, InvokeOptions? opts = null)
        public static Output<GetKmsKmipClientCertsResult> Invoke(GetKmsKmipClientCertsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetKmsKmipClientCertsResult> getKmsKmipClientCerts(GetKmsKmipClientCertsArgs args, InvokeOptions options)
    public static Output<GetKmsKmipClientCertsResult> getKmsKmipClientCerts(GetKmsKmipClientCertsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getKmsKmipClientCerts:getKmsKmipClientCerts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    AdapterId string
    AdapterName string
    EndpointType string
    Id string
    Limit double
    Offset double
    ShowTotalCount bool
    InstanceId string
    AdapterId string
    AdapterName string
    EndpointType string
    Id string
    Limit float64
    Offset float64
    ShowTotalCount bool
    instanceId String
    adapterId String
    adapterName String
    endpointType String
    id String
    limit Double
    offset Double
    showTotalCount Boolean
    instanceId string
    adapterId string
    adapterName string
    endpointType string
    id string
    limit number
    offset number
    showTotalCount boolean
    instanceId String
    adapterId String
    adapterName String
    endpointType String
    id String
    limit Number
    offset Number
    showTotalCount Boolean

    getKmsKmipClientCerts Result

    The following output properties are available:

    Supporting Types

    GetKmsKmipClientCertsCertificate

    CertId string
    Certificate string
    CreatedAt string
    CreatedBy string
    Name string
    CertId string
    Certificate string
    CreatedAt string
    CreatedBy string
    Name string
    certId String
    certificate String
    createdAt String
    createdBy String
    name String
    certId string
    certificate string
    createdAt string
    createdBy string
    name string
    certId String
    certificate String
    createdAt String
    createdBy String
    name String

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud