| 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 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents a scope that specifies which devices are covered by a custom detection rule's detection action.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.organizationalScope",
"scopeType": "String",
"scopeNames": [
"String"
]
}