OBJECT

CloudNativeCustomerTagsReply

Description

All customer-specified tags and their associated value, determining whether resource tags should be overridden by customer-specified tags for a specified cloud type.

link GraphQL Schema definition

  • type CloudNativeCustomerTagsReply {
  • # List of customer-specified tags applied to all resources associated with a
  • # specific cloud type.
  • customerTags: [TagObject!]!
  • # Specifies whether customer-specified tags should override resource tags.
  • shouldOverrideResourceTags: Boolean!
  • }

link Require by