EnableAuditSetting Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Different log levels used across the MIP SDK.
public enum EnableAuditSetting
type EnableAuditSetting =
Public Enum EnableAuditSetting
- Inheritance
-
EnableAuditSetting
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | No Audit setting set in policy. |
Enabled | 1 | EnableAudit set to true in policy. |
Disabled | 2 | EnableAudit set to false in policy. |