Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.57 KB

File metadata and controls

42 lines (34 loc) · 1.57 KB
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

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)"
}