OBJECT

CertificateUsageParameter

Description

The metadata about a certificate's usage.

link GraphQL Schema definition

  • type CertificateUsageParameter {
  • # The key of the metadata.
  • key: String!
  • # The value of the metadata.
  • value: String!
  • }