INPUT_OBJECT
GlobalCertificatesQueryInput
Description
Input to list global certificates.
link GraphQL Schema definition
- input GlobalCertificatesQueryInput {
- # The query to filter the certificates.
- String :
- # Specifies whether to return only the certificates with private keys.
- Boolean :
- # The status of the certificates.
- GlobalCertificateStatus!] : [
- # The UUIDs of the Rubrik clusters on which to filter.
- UUID!] : [
- # Specifies whether the certificate is in the trust store of the Rubrik cluster.
- Boolean :
- # Specifies whether to include only certificates imported via RSC.
- Boolean :
- }