Resource Type: dsc_webconfigproperty

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

Overview

The DSC WebConfigProperty resource type. Automatically generated from version 4.2.1

Properties

  • dsc_ensure

    Indicates if the property and value should be present or absent. Defaults to Present.

  • dsc_value

    Value of the property to update.

Parameters

  • dsc_filter (namevar)

    Filter used to locate property to update.

  • dsc_propertyname (namevar)

    Name of the property to update.

  • dsc_psdscrunascredential
  • dsc_timeout

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

  • dsc_websitepath (namevar)

    Path to website location (IIS or WebAdministration format).

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