UserAccessRightArgs

data class UserAccessRightArgs(val accessType: Output<Either<String, ShareAccessType>>, val userId: Output<String>) : ConvertibleToJava<UserAccessRightArgs>

The mapping between a particular user and the access type on the SMB share.

Constructors

Link copied to clipboard
constructor(accessType: Output<Either<String, ShareAccessType>>, userId: Output<String>)

Properties

Link copied to clipboard
val accessType: Output<Either<String, ShareAccessType>>

Type of access to be allowed for the user.

Link copied to clipboard
val userId: Output<String>

User ID (already existing in the device).

Functions

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