DSCResources/BMD_cFSRMClassificationPropertyValue/BMD_cFSRMClassificationPropertyValue.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("cFSRMClassificationPropertyValue")] class BMD_cFSRMClassificationPropertyValue : OMI_BaseResource { [Key, Description("The FSRM Classification Property value Name.")] string Name; [Key, Description("The name of the FSRM Classification Property the value applies to.")] string PropertyName; [Write, Description("Specifies whether the FSRM Classification Property value should exist."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Read, Description("The FSRM Classification Property value Display Name.")] string DisplayName; [Write, Description("The description of the FSRM Classification Property value.")] string Description; }; |