Edit

rulesRoot 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.

Container that holds the custom detection rules configured for the tenant in Microsoft Defender XDR. Accessed as a singleton from the security resource through the rules navigation property.

Methods

None.

Properties

None.

Relationships

Relationship Type Description
detectionRules microsoft.graph.security.detectionRule collection The custom detection rules configured for the tenant.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.rulesRoot"
}