AccessPointRootDirectoryCreationInfo

data class AccessPointRootDirectoryCreationInfo(val ownerGid: Int, val ownerUid: Int, val permissions: String)

Constructors

Link copied to clipboard
constructor(ownerGid: Int, ownerUid: Int, permissions: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

POSIX group ID to apply to the root_directory.

Link copied to clipboard

POSIX user ID to apply to the root_directory.

Link copied to clipboard

POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.