OBJECT

ClusterRegistrationToken

Description

Object type containing the token, public key, and product type used in registering a cluster.

link GraphQL Schema definition

  • type ClusterRegistrationToken {
  • # The JWT that will be used to register the cluster.
  • token: String!
  • # The public key of the token.
  • pubkey: String!
  • # The product type this token should be used to register.
  • productType: String!
  • }

link Require by