Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.78 KB

File metadata and controls

44 lines (36 loc) · 1.78 KB
title organizationalScope resource type
description Represents a scope that specifies which devices are covered by a custom detection rule's detection action.
author mmekler
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/06/2024

organizationalScope resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents a scope that specifies which devices are covered by a custom detection rule's detection action.

Properties

Property Type Description
scopeNames String collection List of groups to which the custom detection rule applies.
scopeType microsoft.graph.security.scopeType The type of the organizational scope. The possible values are: deviceGroup, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.organizationalScope",
  "scopeType": "String",
  "scopeNames": [
    "String"
  ]
}