TableAcl

data class TableAcl(val accessPolicies: List<TableAclAccessPolicy>? = null, val id: String)

Constructors

Link copied to clipboard
constructor(accessPolicies: List<TableAclAccessPolicy>? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An access_policy block as defined below.

Link copied to clipboard
val id: String

The ID which should be used for this Shared Identifier.