OBJECT
ObservationTaggingRule
TaggingRule type. TaggingRules are rules used to add user-defined tags to Observations based on rule conditions.
link GraphQL Schema definition
- type ObservationTaggingRule implements InsightRule, Node {
- # Status of the Rule
- Boolean! :
- # conditions to apply on observations
- InsightRuleConstraint :
- # The user who created the Rule
- User! :
- # Time at which the Rule was created in UTC ISO-8601 format
- DateTime! :
- # Description of the Rule
- LocalizedString! :
- # opaque unique id of a rule
- ID! :
- # condition to check if tag shall be copied to inferred tag
- Boolean :
- # Time at which the Rule was last updated in UTC ISO-8601 format
- DateTime :
- # The user who last updated the Rule
- User :
- # Name of the rule
- LocalizedString! :
- # properties to be added as tags in Observation
- ObservationTaggingRuleProperty!]! : [
- # Type of the rule. Can be STATIC, COMPOSITION or EXTRACTION
- ObservationTaggingRuleType! :
- }