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