Resource Type: dsc_iisfeaturedelegation

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

Overview

The DSC IisFeatureDelegation resource type. Automatically generated from version 4.2.1

Properties

  • dsc_overridemode

    Determines whether to lock or unlock the specified section.

Parameters

  • dsc_filter (namevar)

    Specifies the IIS configuration section to lock or unlock.

  • dsc_path (namevar)

    Specifies the configuration path. This can be either an IIS configuration path in the format computer machine/webroot/apphost, or the IIS module path in this format IIS:sitesDefault Web Site.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • 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).