INPUT_OBJECT
UpdateCloudNativeTagRuleInput
Description
Input required to update a cloud-native tag rule.
link GraphQL Schema definition
- input UpdateCloudNativeTagRuleInput {
- # Specifies whether this tag rule apply to all cloud accounts.
- : Boolean
- # Cloud native accounts on which tag rule will be applied.
- : CloudNativeIds
- # Deprecated: use bulkAssignSlas to assign SLA Domain to tag rule.
- : TagRuleSlaAssignType
- # Deprecated: use bulkAssignSlas to assign SLA Domain to tag rule.
- : UUID
- # Tag rule ID.
- : UUID!
- # Name of the tag rule.
- : String!
- }