Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 594 Bytes

RuleDefinition.md

File metadata and controls

16 lines (8 loc) · 594 Bytes

RuleDefinition

The RuleDefinition message provides detailed information about a specific rule.

Properties

Name Type Description Notes
name String The name of the rule, which follows a specific string pattern and has a maximum byte size. [optional]
arguments Map<String, AttributeType> Map of arguments for this rule. The key is the attribute name, and the value is the AttributeType. [optional]
expression CheckedExpr [optional]