OBJECT

AssetTag

Description

Object tag stores key value pair associated with workloads.

link GraphQL Schema definition

  • type AssetTag {
  • # Specifies key.
  • key: String!
  • # Specifies value.
  • value: String!
  • }