A Rule represents a rule that can be applied to an event.
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the rule. |
| AccountId | int | The ID of the account that the rule belongs to. |
| Account (via $expand) | Account | The account that the rule belongs to. |
| Description | string | The description of the rule. |
| IsActive | boolean | Flag that indicates whether the rule is active. |
