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.
- String! :
- # The ID of the object for which the certificate is used, if applicable.
- String! :
- # The name of the Rubrik cluster where the certificate is used.
- String! :
- # The type of usage of the certificate on Rubrik CDM.
- CdmCertificateUsage! :
- }