BACK TO INDEX

Win32_SecuritySettingAccess
Specifies the rights granted and denied to a trustee for a given object. Modeled after EXPLICIT_ACCESS
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AccessMaskUInt32Bit flags specifying what permissions are affected
GuidInheritedObjectTypeStringThe guid of the type of object this object inherits from
GuidObjectTypeStringThe guid of the type of object the security settings are applied to
InheritanceUInt32Bit flags specifying how the access rights are inherited
SecuritySettingReferenceThe security settings of an object
TrusteeReferenceThe Win32_SID of the trustee for this access entry
TypeUInt32The 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;
   };