DSCResources/DCPP_IntelSoftwareGuardExtensions/DCPP_IntelSoftwareGuardExtensions.schema.mof

1
2
3
4
5
6
7
8
9
10
11
12
 
[ClassVersion("1.0.0.0"), FriendlyName("IntelSoftwareGuardExtensions")]
class DCPP_IntelSoftwareGuardExtensions : OMI_BaseResource
{
    [Key] String Category;
    [Write, Description("SoftGuardEn"), ValueMap{"Enabled","Disabled","SoftControlled"}, Values{"Enabled","Disabled","SoftControlled"}] string SoftGuardEn;
    [Write, Description("Password")] string Password;
    [Write, Description("SecurePassword")] string SecurePassword;
    [Write] string PathToKey;
};