| Win32_SecuritySetting | |||
| Represents security settings for a managed element | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| ControlFlags | UInt32 | Inheritance-related flags. See SECURITY_DESCRIPTOR_CONTROL | |
| Description | String | A textual description of the CIM_Setting object. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_LogicalShareSecuritySetting    {     Caption = "Security settings of DeploymentShare$";     ControlFlags = 32772;     Description = "Security settings of DeploymentShare$";     Name = "DeploymentShare$";    }; | |||