GetPermissionsDatabase

data class GetPermissionsDatabase(val catalogId: String, val name: String) : ConvertibleToJava<GetPermissionsDatabase>

Constructors

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

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

Functions

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