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.
Represents the configuration settings for automatic auditing in Microsoft Defender for Identity. The config activates predefined audit policies that automatically log critical security events in Windows Event Viewer. For more information, see Configure audit policies for Windows event logs.
Inherits from microsoft.graph.entity.
Methods
| Method | Return type | Description |
|---|---|---|
| Get | microsoft.graph.security.autoAuditingConfiguration | Read the properties and relationships of microsoft.graph.security.autoAuditingConfiguration object. |
| Update | microsoft.graph.security.autoAuditingConfiguration | Update the properties of an autoAuditingConfiguration object. |
Properties
| Property | Type | Description |
|---|---|---|
| isAutomatic | Boolean | Indicates whether automatic auditing is enabled for Defender for Identity monitoring. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.autoAuditingConfiguration",
"isAutomatic": "Boolean"
}