Resource Type: dsc_xspwebapplication

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

Overview

The DSC xSPWebApplication resource type. Automatically generated from version 0.12.0.0

Properties

  • dsc_allowanonymous

    Should anonymous access be enabled for this web app

  • dsc_applicationpool

    The name of the application pool to run this site in

  • dsc_applicationpoolaccount

    The name of the managed account to run the app pool with

  • dsc_authenticationmethod

    What authentication mode should be used for the web app

  • dsc_databasename

    The name of the first content database to be created with this web app

  • dsc_databaseserver

    The name of the database server to host the default content DB

  • dsc_hostheader

    The host header to use for the web app

  • dsc_path

    The path on the local servers to host the IIS web site from

  • dsc_port

    The port to run the site on

  • dsc_url

    The URL of the web application

  • dsc_usessl

    Should this web app use SSL

Parameters

  • dsc_installaccount

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

  • dsc_name (namevar)

    The name of the web application

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