Resource Type: dsc_spwebapppolicy

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

Overview

The DSC SPWebAppPolicy resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPWebAppPolicy/MSFT_SPWebAppPolicy.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_installaccount

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

  • dsc_members

    Members - Exact list of accounts that will have to get Web Policy permissions

  • dsc_memberstoexclude

    MembersToExclude - List of all accounts that are not allowed to have any Web Policy permissions

  • dsc_memberstoinclude

    MembersToInclude - List of all accounts that must be in the Web Policy group

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_setcacheaccountspolicy

    SetCacheAccountsPolicy - Include the Cache Accounts in the policy or not

    Supported values:
    • true
    • false
  • dsc_webappurl

    WebAppUrl - The URL of the web application

  • name (namevar)
  • provider

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