ListingRestrictedExportConfigArgs

data class ListingRestrictedExportConfigArgs(val enabled: Output<Boolean>? = null, val restrictDirectTableAccess: Output<Boolean>? = null, val restrictQueryResult: Output<Boolean>? = null) : ConvertibleToJava<ListingRestrictedExportConfigArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, restrictDirectTableAccess: Output<Boolean>? = null, restrictQueryResult: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

If true, enable restricted export.

Link copied to clipboard
val restrictDirectTableAccess: Output<Boolean>? = null

(Output) If true, restrict direct table access(read api/tabledata.list) on linked table.

Link copied to clipboard
val restrictQueryResult: Output<Boolean>? = null

If true, restrict export of query result derived from restricted linked dataset table.

Functions

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