Win32_SecuritySettingAuditing class
The Win32_SecuritySettingAuditing abstract, association WMI class specifies the auditing for a given trustee on a given object. This class is modeled after EXPLICIT_ACCESS.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
class Win32_SecuritySettingAuditing
{
uint32 AuditedAccessMask;
string GuidInheritedObjectType;
string GuidObjectType;
uint32 Inheritance;
Win32_SecuritySetting REF SecuritySetting;
Win32_SID REF Trustee;
uint32 Type;
};
Members
The Win32_SecuritySettingAuditing class has these types of members:
Properties
The Win32_SecuritySettingAuditing class has these properties.
- AuditedAccessMask
-
- Data type: uint32
- Access type: Read-only
Bit flags specifying what activities are audited.
- GuidInheritedObjectType
-
- Data type: string
- Access type: Read-only
GUID of the type of object from which this object inherits.
- GuidObjectType
-
- Data type: string
- Access type: Read-only
GUID of the type of object to which the security settings are applied.
- Inheritance
-
- Data type: uint32
- Access type: Read-only
Bit flags specifying how the audit policies are inherited.
- SecuritySetting
-
- Data type: Win32_SecuritySetting
- Access type: Read-only
- Qualifiers: Key
Reference to the instance representing the security settings of an object.
- Trustee
-
- Data type: Win32_SID
- Access type: Read-only
- Qualifiers: Key
Reference to the instance representing the trustee for this audit entry.
- Type
-
- Data type: uint32
- Access type: Read-only
Type of access specified for the trustee.
Value Meaning - 1
Audit Success
- 2
Audit Failure
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012