PermissionsTableWithColumns

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

Constructors

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

Set of column names for the table.

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. If excluded_column_names is included, wildcard must be set to true to avoid the provider reporting a difference.

Link copied to clipboard

Name of the table resource.

Link copied to clipboard
val wildcard: Boolean? = null

Whether to use a column wildcard. If excluded_column_names is included, wildcard must be set to true to avoid the provider reporting a difference. The following arguments are optional: