Skip to content

[4.3.0] Update file connector configs with diskShareAccessMask #1564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 30 additions & 110 deletions en/docs/reference/connectors/file-connector/file-connector-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1182,22 +1182,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -1566,22 +1558,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -1858,22 +1842,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -2393,22 +2369,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -2580,22 +2548,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -2763,22 +2723,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -3129,22 +3081,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -3398,22 +3342,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -3686,22 +3622,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down Expand Up @@ -4089,22 +4017,14 @@ The following operations allow you to work with the File Connector version 4. Cl
String
</td>
<td>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share. Choose a value that matches your security policies and operational needs. </p>
Supported <code>diskShareAccessMask</code> Values:
<ul>
<li>**READ**: Grants read-only access.</li>
<li>**WRITE**: Grants write-only access.</li>
<li>**READ_WRITE**: Grants both read and write access.</li>
<li>**ALL**: Grants full control over the file share.</li>
<li>**MAXIMUM**: Grants the maximum permissions allowed.</li>
</ul>
<p> The <code>diskShareAccessMask</code> configuration applies when using the **SMB2** or **SMB3** protocol for file operations through the file connector. This setting defines the access permissions (ACCESS_MASK) for the disk share as a comma separated string. Refer to the [SMBJ documentation](https://www.javadoc.io/doc/com.hierynomus/smbj/0.11.3/com/hierynomus/msdtyp/AccessMask.html) for the available access masks.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Requires Micro Integrator version 4.3.0.21 (U2) or later to use this parameter.</p>
<p>Requires Micro Integrator version 4.3.0.25 (U2) or later to and file connector version 4.0.38 or later use this parameter.</p>
</div>
</td>
<td>
MAXIMUM
MAXIMUM_ALLOWED
</td>
<td>
No
Expand Down