DscResources/MimSyncExportAttributeFlowRule/MimSyncExportAttributeFlowRule.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("ExportAttributeFlowRule")] class MimSyncExportAttributeFlowRule : OMI_BaseResource { [Key] String MVObjectType; [Key] String CDAttribute; [Key] String ManagementAgentName; [Key] String CDObjectType; [Key, ValueMap{"direct-mapping","scripted-mapping","constant-mapping"}, Values{"direct-mapping","scripted-mapping","constant-mapping"}] String Type; [Write] String SrcAttribute[]; [Write] String ScriptContext; [Write] String ConstantValue; [Write] Boolean SuppressDeletions; [Read] String ID; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |