GetPermissionsTableWithColumns

data class GetPermissionsTableWithColumns(val catalogId: String, val columnNames: List<String>? = null, val databaseName: String, val excludedColumnNames: List<String>? = null, val name: String, val wildcard: Boolean? = null) : ConvertibleToJava<GetPermissionsTableWithColumns>

Constructors

Link copied to clipboard
constructor(catalogId: String, columnNames: List<String>? = null, databaseName: String, excludedColumnNames: List<String>? = null, 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
val columnNames: List<String>? = null

Set of column names for the table. At least one of column_names or excluded_column_names is required.

Link copied to clipboard

Name of the database for the table with columns resource. Unique to the Data Catalog.

Link copied to clipboard

Set of column names for the table to exclude. At least one of column_names or excluded_column_names is required.

Link copied to clipboard

Name of the table resource. The following arguments are optional:

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(): GetPermissionsTableWithColumns