Resource Type: dsc_sqlserverendpointpermission

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

Overview

The DSC SqlServerEndpointPermission resource type. Automatically generated from ‘SqlServerDsc/DSCResources/MSFT_SqlServerEndpointPermission/MSFT_SqlServerEndpointPermission.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 the permission should be present or absent. Default value is ‘Present’. Valid values are Present, Absent.

  • dsc_instancename

    InstanceName - The name of the SQL instance to be configured.

  • dsc_name

    Name - The name of the endpoint.

  • dsc_permission

    Permission - The permission to set for the login. Valid value for permission are only CONNECT. Valid values are CONNECT.

  • dsc_principal

    Principal - The login to which permission will be set.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_servername

    ServerName - The host name of the SQL Server to be configured.

  • name (namevar)
  • provider

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