FileSystemSmbAcl

data class FileSystemSmbAcl(val enableAnonymousAccess: Boolean? = null, val enabled: Boolean? = null, val encryptData: Boolean? = null, val homeDirPath: String? = null, val rejectUnencryptedAccess: Boolean? = null, val superAdminSid: String? = null)

Constructors

Link copied to clipboard
constructor(enableAnonymousAccess: Boolean? = null, enabled: Boolean? = null, encryptData: Boolean? = null, homeDirPath: String? = null, rejectUnencryptedAccess: Boolean? = null, superAdminSid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to allow anonymous access.

Link copied to clipboard
val enabled: Boolean? = null

Whether SMB ACL is enabled

Link copied to clipboard
val encryptData: Boolean? = null

Whether transmission encryption is enabled.

Link copied to clipboard
val homeDirPath: String? = null

The user directory home path for each user. The file path format is as follows:

Link copied to clipboard

Whether to reject non-encrypted clients.

Link copied to clipboard
val superAdminSid: String? = null

The ID of the Super User. The ID rules are as follows: