Resource Type: dsc_iismimetypemapping

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

Overview

The DSC IisMimeTypeMapping resource type. Automatically generated from version 4.2.1

Properties

  • dsc_ensure

    Ensures that the MIME type mapping is Present or Absent.

Parameters

  • dsc_configurationpath (namevar)

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

  • dsc_extension (namevar)

    The file extension to map such as .html or .xml.

  • dsc_mimetype (namevar)

    The MIME type to map that extension to such as text/html.

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