Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 4.58 KB

SmbShareCreateParams.md

File metadata and controls

48 lines (44 loc) · 4.58 KB

SmbShareCreateParams

Properties

Name Type Description Notes
AccessBasedEnumeration bool Only enumerate files and folders the requesting user has access to. [optional] [default to null]
AccessBasedEnumerationRootOnly bool Access-based enumeration on only the root directory of the share. [optional] [default to null]
AllowDeleteReadonly bool Allow deletion of read-only files in the share. [optional] [default to null]
AllowExecuteAlways bool Allows users to execute files they have read rights for. [optional] [default to null]
AllowVariableExpansion bool Allow automatic expansion of variables for home directories. [optional] [default to null]
AutoCreateDirectory bool Automatically create home directories. [optional] [default to null]
Browsable bool Share is visible in net view and the browse list. [optional] [default to null]
CaTimeout int32 Persistent open timeout for the share. [optional] [default to null]
CaWriteIntegrity string Specify the level of write-integrity on continuously available shares. [optional] [default to null]
ChangeNotify string Level of change notification alerts on the share. [optional] [default to null]
ContinuouslyAvailable bool Specify if persistent opens are allowed on the share. [optional] [default to null]
CreatePath bool Create path if does not exist. [optional] [default to null]
CreatePermissions string Create permissions for new files and directories in share. [optional] [default to null]
CscPolicy string Client-side caching policy for the shares. [optional] [default to null]
Description string Description for this SMB share. [optional] [default to null]
DirectoryCreateMask int32 Directory create mask bits. [optional] [default to null]
DirectoryCreateMode int32 Directory create mode bits. [optional] [default to null]
FileCreateMask int32 File create mask bits. [optional] [default to null]
FileCreateMode int32 File create mode bits. [optional] [default to null]
FileFilterExtensions []string Specifies the list of file extensions. [optional] [default to null]
FileFilterType string Specifies if filter list is for deny or allow. Default is deny. [optional] [default to null]
FileFilteringEnabled bool Enables file filtering on this zone. [optional] [default to null]
HideDotFiles bool Hide files and directories that begin with a period '.'. [optional] [default to null]
HostAcl []string An ACL expressing which hosts are allowed access. A deny clause must be the final entry. [optional] [default to null]
ImpersonateGuest string Specify the condition in which user access is done as the guest account. [optional] [default to null]
ImpersonateUser string User account to be used as guest account. [optional] [default to null]
InheritablePathAcl bool Set the inheritable ACL on the share path. [optional] [default to null]
MangleByteStart int32 Specifies the wchar_t starting point for automatic byte mangling. [optional] [default to null]
MangleMap []string Character mangle map. [optional] [default to null]
Name string Share name. [default to null]
NtfsAclSupport bool Support NTFS ACLs on files and directories. [optional] [default to null]
Oplocks bool Support oplocks. [optional] [default to null]
Path string Path of share within /ifs. [default to null]
Permissions []SmbSharePermission Specifies an ordered list of permission modifications. [optional] [default to null]
RunAsRoot []AuthAccessAccessItemFileGroup Allow account to run as root. [optional] [default to null]
StrictCaLockout bool Specifies if persistent opens would do strict lockout on the share. [optional] [default to null]
StrictFlush bool Handle SMB flush operations. [optional] [default to null]
StrictLocking bool Specifies whether byte range locks contend against SMB I/O. [optional] [default to null]
Zone string Name of the access zone to which to move this SMB share [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]