VsanFileShareSmbOptions

VsanFileShareSmbOptions
VsanFileShareSmbOptions

The protocol specific options for SMB file shares.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "encryption": "string",
    "accessBasedEnumeration": false
}
string
encryption
Optional

This option controls whether a remote client is allowed or required to use SMB encryption.

Default value is 'disabled'.

See also VsanFileShareSmbEncryptionTypeEnum.

boolean
accessBasedEnumeration
Optional

This option controls whether SMB clients can list entries which they don't have permission to access.

Default value is 'False'. Note: enabling this feature will slow down the listing of large directories for the first time.