Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Contains the two categories of advanced hunting functions accessible to the user: built-in functions and saved functions. Part of the huntingSchemaResult returned by the getHuntingSchema function.
Properties
| Property | Type | Description |
|---|---|---|
| builtInFunctions | microsoft.graph.security.huntingSchemaBuiltInFunction collection | Prebuilt functions included with Microsoft Defender XDR advanced hunting. |
| savedFunctions | microsoft.graph.security.huntingSchemaSavedFunction collection | Custom functions created by users, including shared functions accessible to all tenant users and personal functions visible only to their creator. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"builtInFunctions": [{"@odata.type": "microsoft.graph.security.huntingSchemaBuiltInFunction"}],
"savedFunctions": [{"@odata.type": "microsoft.graph.security.huntingSchemaSavedFunction"}]
}