Resource Type: dsc_xexchautodiscovervirtualdirectory

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

Overview

The DSC xExchAutodiscoverVirtualDirectory resource type. Automatically generated from version 1.34.0

Properties

  • dsc_allowservicerestart

    Whether it is OK to recycle the app pool after making changes. Defaults to $true.

  • dsc_basicauthentication

    Specifies whether Basic authentication is enabled on the virtual directory.

  • dsc_digestauthentication

    Specifies whether Digest authentication is enabled on the virtual directory.

  • dsc_domaincontroller

    Specifies the domain controller that’s used by this cmdlet to read data from or write data to Active Directory.

  • dsc_extendedprotectionflags

    Specifies custom settings for Extended Protection for Authentication on the virtual directory.

  • dsc_extendedprotectionspnlist

    Specifies a list of valid Service Principal Names (SPNs) if you’re using Extended Protection for Authentication on the virtual directory.

  • dsc_extendedprotectiontokenchecking

    Defines how you want to use Extended Protection for Authentication on the virtual directory.

  • dsc_oauthauthentication

    Specifies whether OAuth authentication is enabled on the virtual directory.

  • dsc_windowsauthentication

    Specifies whether Integrated Windows authentication is enabled on the virtual directory.

  • dsc_wssecurityauthentication

    Specifies whether WS-Security (Web Services Security) authentication is enabled on the virtual directory.

Parameters

  • dsc_credential

    Credentials used to establish a remote PowerShell session to Exchange.

  • dsc_identity (namevar)

    The Identity parameter specifies the Autodiscover virtual directory that you want to modify.

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