AccessPointCreationInfo

data class AccessPointCreationInfo(val ownerGid: String, val ownerUid: String, val permissions: String)

Constructors

Link copied to clipboard
fun AccessPointCreationInfo(ownerGid: String, ownerUid: String, permissions: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the POSIX group ID to apply to the RootDirectory. Accepts values from 0 to 2^32 (4294967295).

Link copied to clipboard

Specifies the POSIX user ID to apply to the RootDirectory. Accepts values from 0 to 2^32 (4294967295).

Link copied to clipboard

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