Data Source Restriction Args
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
Properties
Link copied to clipboard
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