GetPermissionsTable

data class GetPermissionsTable(val catalogId: String, val databaseName: String, val name: String, val wildcard: Boolean? = null) : ConvertibleToJava<GetPermissionsTable>

Constructors

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

Properties

Link copied to clipboard

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. The following arguments are optional:

Link copied to clipboard

Name of the table. At least one of name or wildcard is required.

Link copied to clipboard
val wildcard: Boolean? = null

Whether to use a wildcard representing every table under a database. At least one of name or wildcard is required. Defaults to false.

Functions

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