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