DSCResources/MSFT_SPWorkflowService/MSFT_SPWorkflowService.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("SPWorkflowService")]
class MSFT_SPWorkflowService : OMI_BaseResource
{
    [Key, Description("The URL of the Workflow Service")] string WorkflowHostUri;
    [Key, Description("The URL of the Site Collection to associate with the Workflow Service Proxy")] String SPSiteUrl;
    [Write, Description("Specify scope name. If not specified SharePoint will use the default scope name 'SharePoint'")] String ScopeName;
    [Write, Description("Specify whether or not to allow connection to the Workflow Service over Http")] Boolean AllowOAuthHttp;
    [Write, Description("POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5"), EmbeddedInstance("MSFT_Credential")] String InstallAccount;
};