INPUT_OBJECT
UpdateCloudNativeLabelRuleInput
Description
Input required to update a cloud-native label rule.
link GraphQL Schema definition
- input UpdateCloudNativeLabelRuleInput {
- # 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 :
- # Cloud native accounts on which label rule will be applied.
- CloudNativeIds :
- # Specifies whether this label rule apply to all cloud accounts.
- Boolean :
- }