| Win32_SecuritySettingAccess | |||
| Specifies the rights granted and denied to a trustee for a given object. Modeled after EXPLICIT_ACCESS | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AccessMask | UInt32 | Bit flags specifying what permissions are affected | |
| GuidInheritedObjectType | String | The guid of the type of object this object inherits from | |
| GuidObjectType | String | The guid of the type of object the security settings are applied to | |
| Inheritance | UInt32 | Bit flags specifying how the access rights are inherited | |
| SecuritySetting | Reference | The security settings of an object | |
| Trustee | Reference | The Win32_SID of the trustee for this access entry | |
| Type | UInt32 | The type of access specified for the trustee | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_LogicalShareAccess    {     AccessMask = 2032127;     Inheritance = 3;     SecuritySetting = "\\\\SCCM01\\root\\cimv2:Win32_LogicalShareSecuritySetting.Name=\"DeploymentShare$\"";     Trustee = "\\\\SCCM01\\root\\cimv2:Win32_SID.SID=\"S-1-1-0\"";     Type = 0;    }; | |||