| Win32_LogicalShareAccess | |||
| Association between the security settings of a share and one member of its DACL | |||
| 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 the share object | |
| Trustee | Reference | An entry on the object's DACL | |
| 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;    }; | |||