LakeAccountAccountPrivilege

data class LakeAccountAccountPrivilege(val privilegeObject: LakeAccountAccountPrivilegePrivilegeObject? = null, val privilegeType: String? = null, val privileges: List<String>? = null)

Constructors

Link copied to clipboard
constructor(privilegeObject: LakeAccountAccountPrivilegePrivilegeObject? = null, privilegeType: String? = null, privileges: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Object associated to privileges. See privilege_object below.

Link copied to clipboard
val privileges: List<String>? = null

privilege list.

Link copied to clipboard
val privilegeType: String? = null

The type of privileges.