Resource Type: dsc_spwebappthrottlingsettings

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

Overview

The DSC SPWebAppThrottlingSettings resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPWebAppThrottlingSettings/MSFT_SPWebAppThrottlingSettings.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_adminthreshold

    AdminThreshold - What is the list view threshold for site administrators

  • dsc_allowobjectmodeloverride

    AllowObjectModelOverride - Should object model code be able to be override the list view threshold

    Supported values:
    • true
    • false
  • dsc_changelogenabled

    ChangeLogEnabled - Is the change log enabled for this web app

    Supported values:
    • true
    • false
  • dsc_changelogexpirydays

    ChangeLogExpiryDays - How many days does the change log store data for

  • dsc_eventhandlersenabled

    EventHandlersEnabled - Are event handlers enabled in the web application

    Supported values:
    • true
    • false
  • dsc_happyhour

    HappyHour - The time window for happy hour

  • dsc_happyhourenabled

    HappyHourEnabled - Should the happy hour window be enabled for this web app

    Supported values:
    • true
    • false
  • dsc_installaccount

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

  • dsc_listviewlookupthreshold

    ListViewLookupThreshold - What is the maximum number of lookup fields in a single list view

  • dsc_listviewthreshold

    ListViewThreshold - What should the list view threshold for this site be set to

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_requestthrottling

    RequestThrottling - Is request throttling enabled on this web app

    Supported values:
    • true
    • false
  • dsc_uniquepermissionthreshold

    UniquePermissionThreshold - What is the limit for unique permissions on a single object in this web app

  • dsc_url

    Url - The URL of the web application

  • name (namevar)
  • provider

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