Resource Type: dsc_xsslsettings

Defined in:
lib/puppet/type/dsc_xsslsettings.rb
Providers:
powershell

Overview

The DSC xSSLSettings resource type. Automatically generated from ‘xWebAdministration/DSCResources/MSFT_xSSLSettings/MSFT_xSSLSettings.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_bindings

    Bindings - The Bindings in which to modify for the website Valid values are , Ssl, SslNegotiateCert, SslRequireCert, Ssl128.

  • dsc_ensure

    Ensure - Whether the bindings should be present or absent Valid values are Present, Absent.

  • dsc_name

    Name - Name of website in which to modify the SSL Settings

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xsslsettings` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.