Resource Type: dsc_spdesignersettings

Defined in:
lib/puppet/type/dsc_spdesignersettings.rb
Providers:
powershell

Overview

The DSC SPDesignerSettings resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPDesignerSettings/MSFT_SPDesignerSettings.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present

Parameters

  • dsc_allowcreatedeclarativeworkflow

    AllowCreateDeclarativeWorkflow - Allow users to create declarative workflows with SharePoint Designer

    Supported values:
    • true
    • false
  • dsc_allowcustomisemasterpage

    AllowCustomiseMasterPage - Allow masterpages to be changed by SharePoint Designer

    Supported values:
    • true
    • false
  • dsc_allowdetachpagesfromdefinition

    AllowDetachPagesFromDefinition - Allow pages to be un-ghosted by SharePoint Designer

    Supported values:
    • true
    • false
  • dsc_allowmanagesiteurlstructure

    AllowManageSiteURLStructure - Allow site URL structure to be changed by SharePoint Designer

    Supported values:
    • true
    • false
  • dsc_allowsavedeclarativeworkflowastemplate

    AllowSaveDeclarativeWorkflowAsTemplate - Allow users to save declarative workflows as a template from SharePoint Designer

    Supported values:
    • true
    • false
  • dsc_allowsavepublishdeclarativeworkflow

    AllowSavePublishDeclarativeWorkflow - Allow users to save and re-publish declarative workflows with SharePoint Designer

    Supported values:
    • true
    • false
  • dsc_allowsharepointdesigner

    AllowSharePointDesigner - Allow the use of SharePoint Designer

    Supported values:
    • true
    • false
  • dsc_installaccount

    InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_settingsscope

    SettingsScope - Define the scope of the configuration - either WebApplication or SiteCollection Valid values are WebApplication, SiteCollection.

  • dsc_url

    Url - The URL of the web application or site collection to configure

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_spdesignersettings` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.