OBJECT

CdmCertificateUsageInfo

Description

Different types of usages of a certificate on a Rubrik cluster.

link GraphQL Schema definition

  • type CdmCertificateUsageInfo {
  • # The Rubrik cluster where the certificate is used.
  • clusterUuid: String!
  • # The ID of the object for which the certificate is used, if applicable.
  • id: String!
  • # The name of the Rubrik cluster where the certificate is used.
  • clusterName: String!
  • # The type of usage of the certificate on Rubrik CDM.
  • type: CdmCertificateUsage!
  • }