Resource Type: dsc_xspwebappblockedfiletypes

Defined in:
lib/puppet/type/dsc_xspwebappblockedfiletypes.rb

Overview

The DSC xSPWebAppBlockedFileTypes resource type. Automatically generated from version 0.12.0.0

Properties

  • dsc_blocked

    This is a fixed list to use for blocked file types in this web app

  • dsc_ensureallowed

    This list of file types that will always be removedfrom the list for this web app. Types not in this list will be left in the list

  • dsc_ensureblocked

    This list of file types that will always be added to the list for this web app. Types not in this list will be left in the list

Parameters

  • dsc_installaccount

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

  • dsc_psdscrunascredential
  • dsc_url (namevar)

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

  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).