PermissionsDataCellsFilterArgs

data class PermissionsDataCellsFilterArgs(val databaseName: Output<String>, val name: Output<String>, val tableCatalogId: Output<String>, val tableName: Output<String>) : ConvertibleToJava<PermissionsDataCellsFilterArgs>

Constructors

Link copied to clipboard
constructor(databaseName: Output<String>, name: Output<String>, tableCatalogId: Output<String>, tableName: Output<String>)

Properties

Link copied to clipboard
val databaseName: Output<String>

The name of the database.

Link copied to clipboard
val name: Output<String>

The name of the data cells filter.

Link copied to clipboard
val tableCatalogId: Output<String>

The ID of the Data Catalog.

Link copied to clipboard
val tableName: Output<String>

The name of the table.

Functions

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