OBJECT
GlobalCertificate
Description
Information about a certificate on Rubrik Security Cloud.
link GraphQL Schema definition
- type GlobalCertificate {
- # The ID of the certificate.
- String! :
- # The display name of the certificate.
- String! :
- # The description of the certificate.
- String! :
- # Specifies whether the certificate has a private key.
- Boolean! :
- # The expiration date of the certificate.
- DateTime :
- # The certificate in raw PEM format.
- String! :
- # To whom the certificate was issued.
- String! :
- # The issuer of the certificate.
- String! :
- # The date on which the certificate was issued.
- DateTime :
- # Specifies if the certificate is signed by a Certificate Authority.
- Boolean! :
- # The expiration status of the certificate.
- GlobalCertificateStatus! :
- # The SHA-1 fingerprint of the certificate, in hexadecimal format.
- String! :
- # The SHA-256 fingerprint of the certificate, in hexadecimal format.
- String! :
- # The serial number of the certificate, in hexadecimal format.
- String! :
- # Specifies whether the certificate was imported directly from Rubrik CDM.
- Boolean! :
- # The FID of the certificate.
- UUID! :
- # The Rubrik clusters to which the certificate has been uploaded.
- CertificateClusterInfo!] : [
- # The usages for the certificate on Rubrik clusters.
- CdmCertificateUsageInfo!]! : [
- # The usages for the certificate on Rubrik Security Cloud.
- CertificateUsageInfo!]! : [
- # The organization to which the certificate has been assigned.
- Org :
- }
link Require by
- AddGlobalCertificateReplyThe certificate that was imported.
- GlobalCertificateConnectionPaginated list of GlobalCertificate objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- GlobalCertificateEdgeWrapper around the GlobalCertificate object. This wrapper is used for pagination.
- Query