DSCResources/DCPP_SystemLogs/DCPP_SystemLogs.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("SystemLogs")]
class DCPP_SystemLogs : OMI_BaseResource
{
    [Key] String Category;
    [Write, Description("BiosLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string BiosLogClear;
    [Write, Description("PowerLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string PowerLogClear;
    [Write, Description("ThermalLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string ThermalLogClear;
    [Write, Description("Password")] string Password;
    [Write, Description("SecurePassword")] string SecurePassword;
    [Write] string PathToKey;
};