enrichedAuditLogsSettings resource type
Namespace: microsoft.graph.networkaccess
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 configuration object that centralizes enriched audit logs settings related to specific Microsoft 365 workload.
Properties
Property | Type | Description |
---|---|---|
status | microsoft.graph.networkaccess.status | Define the current status of the enrichment feature for a particular workload. The possible values are: enabled , disabled , unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.enrichedAuditLogsSettings",
"status": "String"
}