TableFieldSchemaCategoriesArgs

data class TableFieldSchemaCategoriesArgs(val names: Output<List<String>>? = null) : ConvertibleToJava<TableFieldSchemaCategoriesArgs>

Optional The categories attached to this field, used for field-level access control.

Constructors

Link copied to clipboard
fun TableFieldSchemaCategoriesArgs(names: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val names: Output<List<String>>? = null

A list of category resource names. For example, "projects/1/taxonomies/2/categories/3". At most 5 categories are allowed.