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! :
- # 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"}.
- TagsInput! :
- # Specifies whether customer-specified tags should override resource tags. By
- # default, this is true.
- Boolean! :
- }