Bewerken

Delen via


ruleSchedule resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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