PermissionsDatabase

data class PermissionsDatabase(val catalogId: String? = null, val name: String)

Constructors

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

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 resource. Unique to the Data Catalog. The following argument is optional: