Win32_SecuritySettingAccess class
The Win32_SecuritySettingAccess abstract association WMI class specifies the rights granted and denied to a trustee for 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_SecuritySettingAccess
{
uint32 AccessMask;
string GuidInheritedObjectType;
string GuidObjectType;
uint32 Inheritance;
Win32_SecuritySetting SecuritySetting;
Win32_SID Trustee;
uint32 Type;
};
Members
The Win32_SecuritySettingAccess class has these types of members:
Properties
The Win32_SecuritySettingAccess class has these properties.
- AccessMask
-
- Data type: uint32
- Access type: Read-only
Bit flags specifying what permissions are affected.
- GuidInheritedObjectType
-
- Data type: string
- Access type: Read-only
Globally unique identifier (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 access rights 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 access entry.
- Type
-
- Data type: uint32
- Access type: Read-only
Type of access specified for the trustee.
Value Meaning - 1
Set
- 2
Deny
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