FileSystemSmbAclArgs

data class FileSystemSmbAclArgs(val enableAnonymousAccess: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val encryptData: Output<Boolean>? = null, val homeDirPath: Output<String>? = null, val rejectUnencryptedAccess: Output<Boolean>? = null, val superAdminSid: Output<String>? = null) : ConvertibleToJava<FileSystemSmbAclArgs>

Constructors

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

Properties

Link copied to clipboard
val enableAnonymousAccess: Output<Boolean>? = null

Whether to allow anonymous access.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether SMB ACL is enabled

Link copied to clipboard
val encryptData: Output<Boolean>? = null

Whether transmission encryption is enabled.

Link copied to clipboard
val homeDirPath: Output<String>? = null

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

Link copied to clipboard
val rejectUnencryptedAccess: Output<Boolean>? = null

Whether to reject non-encrypted clients.

Link copied to clipboard
val superAdminSid: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): FileSystemSmbAclArgs