| title | ruleSchedule resource type |
|---|---|
| description | Represents how often the custom detection rule runs, and when it next runs. |
| author | mmekler |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents how often the custom detection rule runs, and when it next runs.
| Property | Type | Description |
|---|---|---|
| nextRunDateTime | DateTimeOffset | Timestamp of the custom detection rule's next scheduled run. |
| period | String | How often the detection rule is set to run. The allowed values are: 0, 1H, 3H, 12H, or 24H. "0" signifies the rule is run continuously. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.ruleSchedule",
"period": "String",
"nextRunDateTime": "String (timestamp)"
}