LakeAccountAccountPrivilegeArgs

data class LakeAccountAccountPrivilegeArgs(val privilegeObject: Output<LakeAccountAccountPrivilegePrivilegeObjectArgs>? = null, val privilegeType: Output<String>? = null, val privileges: Output<List<String>>? = null) : ConvertibleToJava<LakeAccountAccountPrivilegeArgs>

Constructors

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

Properties

Link copied to clipboard

Object associated to privileges. See privilege_object below.

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

privilege list.

Link copied to clipboard
val privilegeType: Output<String>? = null

The type of privileges.

Functions

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