DataSourceRestrictionArgs

data class DataSourceRestrictionArgs(val filterOptions: Output<List<FilterOptionsArgs>>? = null, val source: Output<SourceArgs>? = null) : ConvertibleToJava<DataSourceRestrictionArgs>

Restriction on Datasource.

Constructors

Link copied to clipboard
fun DataSourceRestrictionArgs(filterOptions: Output<List<FilterOptionsArgs>>? = null, source: Output<SourceArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val filterOptions: Output<List<FilterOptionsArgs>>? = null

Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: "objecttype", "type" and "mimetype". For now, schema specific filters cannot be used to filter suggestions.

Link copied to clipboard
val source: Output<SourceArgs>? = null

The source of restriction.