DSCResources/cSNMPEnableAuthenticationTrap/cSNMPEnableAuthenticationTrap.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("cSNMPEnableAuthenticationTrap")]
class cSNMPEnableAuthenticationTrap : OMI_BaseResource
{
    [Key] String EnableAuthenticationTraps;
    [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
};