INPUT_OBJECT

SetCustomerTagsInput

Description

Input to set customer-specified tags for a particular cloud type.

link GraphQL Schema definition

  • input SetCustomerTagsInput {
  • # Cloud provider type for which customer-specified tags are to be set.
  • cloudVendor: CloudVendor!
  • # List all customer-specified tags that need to be applied to all resources
  • # associated with a specified cloud type.
  • # For example, {"Application":"Rubrik", "Environment":"Dev",
  • # "CreatedDate":"10/07/2023"}.
  • customerTags: TagsInput!
  • # Specifies whether customer-specified tags should override resource tags. By
  • # default, this is true.
  • shouldOverrideResourceTags: Boolean!
  • }

link Require by