DSCResources/MSFT_SPWebAppWorkflowSettings/MSFT_SPWebAppWorkflowSettings.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("SPWebAppWorkflowSettings")]
class MSFT_SPWebAppWorkflowSettings : OMI_BaseResource { [Key, Description("The URL of the web application")] string WebAppUrl; [Write, Description("Are external workflow participants enabled in the web app")] boolean ExternalWorkflowParticipantsEnabled; [Write, Description("Are user defined workflows enabled in this web app")] boolean UserDefinedWorkflowsEnabled; [Write, Description("Are documents sent via email to external participants of workflow")] boolean EmailToNoPermissionWorkflowParticipantsEnable; }; |