Bewerken

Delen via


organizationalScope 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 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"
  ]
}