INPUT_OBJECT
QueryCertificatesInput
link GraphQL Schema definition
- input QueryCertificatesInput {
- # Search certificates by description.
- String :
- # Search certificates by expiration.
- String :
- # Search certificates by whether or not they contain a private key.
- Boolean :
- # Specifies whether to include expired certificates. The default is false.
- Boolean :
- # Search certificates according to whether or not they are added to truststore.
- # The default is false.
- Boolean :
- # Search by certificate name.
- String :
- # Attribute by which the list of certificates is sorted.
- V1QueryCertificatesRequestSortBy :
- # Sort order, either ascending or descending.
- V1QueryCertificatesRequestSortOrder :
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- }