Resource Type: dsc_adcsenrollmentpolicywebservice

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

Overview

The DSC AdcsEnrollmentPolicyWebService resource type. Automatically generated from ‘ActiveDirectoryCSDsc/DSCResources/MSFT_AdcsEnrollmentPolicyWebService/MSFT_AdcsEnrollmentPolicyWebService.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_authenticationtype

    AuthenticationType - Specifies the authentication type used by the Certificate Enrollment Policy Web Service. Valid values are Certificate, Kerberos, UserName.

  • dsc_credential

    Credential - If the Certificate Enrollment Policy Web service is configured to use Standalone certification authority, then an account that is a member of the local Administrators on the CA is required. If the Certificate Enrollment Policy Web service is configured to use an Enterprise CA, then an account that is a member of Domain Admins is required.

  • dsc_ensure

    Ensure - Specifies whether the Certificate Enrollment Policy Web feature should be installed or uninstalled. Defaults to Present. Valid values are Present, Absent.

  • dsc_keybasedrenewal

    KeyBasedRenewal - Configures the Certificate Enrollment Policy Web Service to operate in key-based renewal mode. Defaults to False.

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sslcertthumbprint

    SslCertThumbprint - Specifies the thumbprint of the certificate used by Internet Information Service (IIS) to enable support for required Secure Sockets Layer (SSL).

  • name (namevar)
  • provider

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