Resource Type: dsc_sqlserversecureconnection

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

Overview

The DSC SqlServerSecureConnection resource type. Automatically generated from ‘SqlServerDsc/DSCResources/MSFT_SqlServerSecureConnection/MSFT_SqlServerSecureConnection.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_ensure

    Ensure - If Encryption should be Enabled (Present) or Disabled (Absent). Valid values are Present, Absent.

  • dsc_forceencryption

    ForceEncryption - If all connections to the SQL instance should be encrypted. If this parameter is not assigned a value, the default is, set to true, that all connections must be encrypted.

    Supported values:
    • true
    • false
  • dsc_instancename

    InstanceName - Name of the SQL Server instance to be configured.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_serviceaccount

    ServiceAccount - Name of the account running the SQL Server service.

  • dsc_thumbprint

    Thumbprint - Thumbprint of the certificate being used for encryption. If parameter Ensure is set to ‘Absent’, then the parameter Certificate can be set to an empty string.

  • name (namevar)
  • provider

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