Resource Type: dsc_sqlendpointpermission
- Defined in:
- lib/puppet/type/dsc_sqlendpointpermission.rb
Overview
The DSC SqlEndpointPermission resource type. Automatically generated from version 16.6.0
Properties
-
dsc_ensure
If the permission should be present or absent. Default value is ‘’Present’‘.
-
dsc_name
The name of the endpoint.
-
dsc_permission
The permission to set for the login. Valid value for permission is only ‘’CONNECT’‘.
-
dsc_servername
The host name of the _SQL Server_ to be configured. Default value is the current computer name.
Parameters
-
dsc_instancename (namevar)
The name of the _SQL Server_ instance to be configured.
-
dsc_principal (namevar)
The login to which permission will be set.
-
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).