get_client_certificates¶
Operation¶
get_client_certificates
async
¶
get_client_certificates(input: GetClientCertificatesInput, plugins: list[Plugin] | None = None) -> GetClientCertificatesOutput
Gets a collection of ClientCertificate resources.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetClientCertificatesInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetClientCertificatesOutput
|
An instance of |
Input¶
GetClientCertificatesInput
dataclass
¶
Output¶
GetClientCertificatesOutput
dataclass
¶
Represents a collection of ClientCertificate resources.