Resource Type: dsc_arcgis_xsmbshare
- Defined in:
- lib/puppet/type/dsc_arcgis_xsmbshare.rb
Overview
The DSC ArcGIS_xSmbShare resource type. Automatically generated from version 4.0.0
Properties
-
dsc_changeaccess
Specifies which user will be granted modify permission to access the share
-
dsc_concurrentuserlimit
Specifies the maximum number of concurrently connected users that the new SMB share may accommodate. If this parameter is set to zero (0), then the number of users is unlimited. The default value is zero (0).
-
dsc_description
Description of the share
-
dsc_encryptdata
Indicates that the share is encrypted.
-
dsc_ensure
Specifies if the share should be added or removed
-
dsc_folderenumerationmode
Specifies which files and folders in the new SMB share are visible to users.
-
dsc_fullaccess
Specifies which accounts are granted full permission to access the share.
-
dsc_noaccess
Specifies which accounts are denied access to the share.
-
dsc_path
Path to the share
-
dsc_readaccess
Specifies which user is granted read permission to access the share.
-
dsc_shadowcopy
Specifies if this share is a ShadowCopy
-
dsc_sharestate
Specfies the state of the share
-
dsc_sharetype
Specfies the type of the share
-
dsc_special
Specifies if this share is a Special Share. Admin share, default shares, IPC$ share are examples.
Parameters
-
dsc_name (namevar)
Name of the SMB Share
-
dsc_psdscrunascredential
-
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).