AccessPointRootPathPermission

data class AccessPointRootPathPermission(val ownerGroupId: Int? = null, val ownerUserId: Int? = null, val permission: String? = null)

Constructors

Link copied to clipboard
constructor(ownerGroupId: Int? = null, ownerUserId: Int? = null, permission: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ownerGroupId: Int? = null

The ID of the primary user group.

Link copied to clipboard
val ownerUserId: Int? = null

The owner user ID.

Link copied to clipboard
val permission: String? = null

POSIX permission.