ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getKmsKmipClientCerts
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- Instance
Id string - Adapter
Id string - Adapter
Name string - Endpoint
Type string - Id string
 - Limit double
 - Offset double
 - Show
Total boolCount  
- Instance
Id string - Adapter
Id string - Adapter
Name string - Endpoint
Type string - Id string
 - Limit float64
 - Offset float64
 - Show
Total boolCount  
- instance
Id String - adapter
Id String - adapter
Name String - endpoint
Type String - id String
 - limit Double
 - offset Double
 - show
Total BooleanCount  
- instance
Id string - adapter
Id string - adapter
Name string - endpoint
Type string - id string
 - limit number
 - offset number
 - show
Total booleanCount  
- instance_
id str - adapter_
id str - adapter_
name str - endpoint_
type str - id str
 - limit float
 - offset float
 - show_
total_ boolcount  
- instance
Id String - adapter
Id String - adapter
Name String - endpoint
Type String - id String
 - limit Number
 - offset Number
 - show
Total BooleanCount  
getKmsKmipClientCerts Result
The following output properties are available:
- Adapter
Id string - Adapter
Name string - Certificates
List<Get
Kms Kmip Client Certs Certificate>  - Endpoint
Type string - Id string
 - Instance
Id string - Total
Count double - Limit double
 - Offset double
 - Show
Total boolCount  
- Adapter
Id string - Adapter
Name string - Certificates
[]Get
Kms Kmip Client Certs Certificate  - Endpoint
Type string - Id string
 - Instance
Id string - Total
Count float64 - Limit float64
 - Offset float64
 - Show
Total boolCount  
- adapter
Id String - adapter
Name String - certificates
List<Get
Kms Kmip Client Certs Certificate>  - endpoint
Type String - id String
 - instance
Id String - total
Count Double - limit Double
 - offset Double
 - show
Total BooleanCount  
- adapter
Id string - adapter
Name string - certificates
Get
Kms Kmip Client Certs Certificate[]  - endpoint
Type string - id string
 - instance
Id string - total
Count number - limit number
 - offset number
 - show
Total booleanCount  
- adapter_
id str - adapter_
name str - certificates
Sequence[Get
Kms Kmip Client Certs Certificate]  - endpoint_
type str - id str
 - instance_
id str - total_
count float - limit float
 - offset float
 - show_
total_ boolcount  
- adapter
Id String - adapter
Name String - certificates List<Property Map>
 - endpoint
Type String - id String
 - instance
Id String - total
Count Number - limit Number
 - offset Number
 - show
Total BooleanCount  
Supporting Types
GetKmsKmipClientCertsCertificate     
- Cert
Id string - Certificate string
 - Created
At string - Created
By string - Name string
 
- Cert
Id string - Certificate string
 - Created
At string - Created
By string - Name string
 
- cert
Id String - certificate String
 - created
At String - created
By String - name String
 
- cert
Id string - certificate string
 - created
At string - created
By string - name string
 
- cert_
id str - certificate str
 - created_
at str - created_
by str - name str
 
- cert
Id String - certificate String
 - created
At String - created
By String - name String
 
Package Details
- Repository
 - ibm ibm-cloud/terraform-provider-ibm
 - License
 - Notes
 - This Pulumi package is based on the 
ibmTerraform Provider.