Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.55 KB

security-ruleschedule.md

File metadata and controls

41 lines (33 loc) · 1.55 KB
title description author ms.localizationpriority ms.subservice doc_type
ruleSchedule resource type
Represents how often the custom detection rule runs, and when it next runs.
mmekler
medium
security
resourcePageType

ruleSchedule resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents how often the custom detection rule runs, and when it next runs.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.ruleSchedule",
  "period": "String",
  "nextRunDateTime": "String (timestamp)"
}