Resource Type: dsc_spwebappclientcallablesettings

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

Overview

The DSC SPWebAppClientCallableSettings resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPWebAppClientCallableSettings/MSFT_SPWebAppClientCallableSettings.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_enablerequestusage

    EnableRequestUsage - Sets a Boolean value that specifies whether to log usage data or not

    Supported values:
    • true
    • false
  • dsc_enablestacktrace

    EnableStackTrace - Sets a Boolean value that specifies whether the server can send stack trace data to the client

    Supported values:
    • true
    • false
  • dsc_enablexsdvalidation

    EnableXsdValidation - Sets a Boolean value that specifies whether to enable XSD validation against an XML request or not

    Supported values:
    • true
    • false
  • dsc_executiontimeout

    ExecutionTimeout - Sets the execution timeout for the client request in minutes

  • dsc_installaccount

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

  • dsc_logactionsifhasrequestexception

    LogActionsIfHasRequestException - Sets a Boolean value that specifies whether to log usage data when request has an exception or not

    Supported values:
    • true
    • false
  • dsc_maxobjectpaths

    MaxObjectPaths - Sets the maximum number of object paths that can be used within one request

  • dsc_maxresourcesperrequest

    MaxResourcesPerRequest - Sets the maximum number of internal SPRequest objects that can be included in one request

  • dsc_proxylibraries

    ProxyLibraries - A list of proxy libraries to set. Those not in this list will be removed

  • dsc_proxylibrariestoexclude

    ProxyLibrariesToExclude - A list of proxy libraries to remove. Proxy libraries not in this list will be kept

  • dsc_proxylibrariestoinclude

    ProxyLibrariesToInclude - A list of proxy libraries to add. Proxy libraries not in this list will be kept

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_requestusageexecutiontimethreshold

    RequestUsageExecutionTimeThreshold - Sets the threshold in milliseconds for logging csom request usage data

  • dsc_requestxmlmaxdepth

    RequestXmlMaxDepth - Sets the maximum depth of the request XML that is sent by the client measured in ‘tag’ count

  • dsc_webappurl

    WebAppUrl - The URL of the web application to set blocked file types for

  • name (namevar)
  • provider

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