INPUT_OBJECT

ObjectTagsFilterInput

Description

List of object tags used to filter workloads.

link GraphQL Schema definition

  • input ObjectTagsFilterInput {
  • # Signifies the object tags, which are key-value pairs,
  • # associated with workloads.
  • objectTags: [ObjectTag!]!
  • }

link Require by