Resource Type: dsc_webconfigpropertycollection

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

Overview

The DSC WebConfigPropertyCollection resource type. Automatically generated from version 4.2.1

Properties

  • dsc_ensure

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

  • dsc_itempropertyvalue

    Value of the property of the property collection item to update.

Parameters

  • dsc_collectionname (namevar)

    Name of the property collection to update.

  • dsc_filter (namevar)

    Filter used to locate property collection to update.

  • dsc_itemkeyname (namevar)

    Name of the key of the property collection item to update.

  • dsc_itemkeyvalue (namevar)

    Value of the key of the property collection item to update.

  • dsc_itemname (namevar)

    Name of the property collection item to update.

  • dsc_itempropertyname (namevar)

    Name of the property of the property collection item 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).