PermissionsTable

data class PermissionsTable(val catalogId: String? = null, val databaseName: String, val name: String? = null, val wildcard: Boolean? = null)

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, databaseName: String, name: String? = null, wildcard: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

Identifier for the Data Catalog. By default, it is the account ID of the caller.

Link copied to clipboard

Name of the database for the table. Unique to a Data Catalog.

Link copied to clipboard
val name: String? = null

Name of the table.

Link copied to clipboard
val wildcard: Boolean? = null

Whether to use a wildcard representing every table under a database. Defaults to false. The following arguments are optional: