OBJECT
GlobalCertificate
Description
Information about a certificate on Rubrik Security Cloud.
link GraphQL Schema definition
- type GlobalCertificate {
- # The usages for the certificate on Rubrik clusters.
- : [CdmCertificateUsageInfo!]!
- # The certificate in raw PEM format.
- : String!
- # The FID of the certificate.
- : UUID!
- # The ID of the certificate.
- : String!
- # Specifies the certificate rotation details.
- : CertificateRotation
- # The Rubrik clusters to which the certificate has been uploaded.
- : [CertificateClusterInfo!]
- # The description of the certificate.
- : String!
- # The expiration date of the certificate.
- : DateTime
- # Specifies whether the certificate has a private key.
- : Boolean!
- # Specifies whether the certificate is a CA.
- : Boolean!
- # Specifies if the certificate is signed by a Certificate Authority.
- : Boolean!
- # Specifies whether the certificate was imported directly from Rubrik CDM.
- : Boolean!
- # The issuer of the certificate.
- : String!
- # The date on which the certificate was issued.
- : DateTime
- # To whom the certificate was issued.
- : String!
- # Specifies the type of the certificate issuer.
- : IssuerType!
- # The display name of the certificate.
- : String!
- # The organization to which the certificate has been assigned.
- : Org
- # Specifies the host that uses this certificate for Rubrik Backup Service (RBS).
- : RbsHostUsage
- # The serial number of the certificate, in hexadecimal format.
- : String!
- # The SHA-1 fingerprint of the certificate, in hexadecimal format.
- : String!
- # The SHA-256 fingerprint of the certificate, in hexadecimal format.
- : String!
- # The expiration status of the certificate.
- : GlobalCertificateStatus!
- # The usages for the certificate on Rubrik Security Cloud.
- : [CertificateUsageInfo!]!
- # Specifies whether the user has the privilege to schedule a certificate rotation.
- : Boolean!
- }
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