You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`output_type_constraints` (Attributes) (see [below for nested schema](#nestedatt--output_type_constraints))
29
31
-`parameters` (String)
30
32
-`reuse_existing_token` (Boolean) Specifies if the tokenizing transformer should return existing token instead of creating a new one.
31
33
-`tag_ids` (List of String)
32
34
33
35
### Read-Only
34
36
35
37
-`id` (String) The ID of this resource.
38
+
39
+
<aid="nestedatt--input_type_constraints"></a>
40
+
### Nested Schema for `input_type_constraints`
41
+
42
+
Optional:
43
+
44
+
-`fields` (Attributes List) The set of fields associated with a column of type composite. Fields cannot be specified if the column type is not composite. (see [below for nested schema](#nestedatt--input_type_constraints--fields))
45
+
-`immutable_required` (Boolean) Can be enabled when unique_id_required is enabled. If true, values for the associated column cannot be modified, but can be added or removed.
46
+
-`unique_id_required` (Boolean) Can be enabled for column type composite or address. If true, each value for the associated column must have a unique string ID, which can either be provided or generated by backend.
47
+
-`unique_required` (Boolean) If true, each value for the associated column must be unique for the user. This is primarily useful for array columns.
### Nested Schema for `input_type_constraints.fields`
51
+
52
+
Required:
53
+
54
+
-`name` (String) Each part of name must be capitalized or all-caps, separated by underscores. Names may contain alphanumeric characters, and the first part must start with a letter, while other parts may start with a number. (ex. ID_Field_1)
-`camel_case_name` (String) Read-only camel-case version of field name, with underscores stripped out. (ex. IDField1)
60
+
-`ignore_for_uniqueness` (Boolean) If true, field value will be ignored when comparing two composite value for a uniqueness check.
61
+
-`required` (Boolean) Whether a value must be specified for the field.
62
+
-`struct_name` (String) Read-only snake-case version of field name, with all letters lowercase. (ex. id_field_1)
63
+
64
+
65
+
66
+
<aid="nestedatt--output_type_constraints"></a>
67
+
### Nested Schema for `output_type_constraints`
68
+
69
+
Optional:
70
+
71
+
-`fields` (Attributes List) The set of fields associated with a column of type composite. Fields cannot be specified if the column type is not composite. (see [below for nested schema](#nestedatt--output_type_constraints--fields))
72
+
-`immutable_required` (Boolean) Can be enabled when unique_id_required is enabled. If true, values for the associated column cannot be modified, but can be added or removed.
73
+
-`unique_id_required` (Boolean) Can be enabled for column type composite or address. If true, each value for the associated column must have a unique string ID, which can either be provided or generated by backend.
74
+
-`unique_required` (Boolean) If true, each value for the associated column must be unique for the user. This is primarily useful for array columns.
### Nested Schema for `output_type_constraints.fields`
78
+
79
+
Required:
80
+
81
+
-`name` (String) Each part of name must be capitalized or all-caps, separated by underscores. Names may contain alphanumeric characters, and the first part must start with a letter, while other parts may start with a number. (ex. ID_Field_1)
Copy file name to clipboardExpand all lines: docs/resources/userstore_column.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Optional:
48
48
-`fields` (Attributes List) The set of fields associated with a column of type composite. Fields cannot be specified if the column type is not composite. (see [below for nested schema](#nestedatt--constraints--fields))
49
49
-`immutable_required` (Boolean) Can be enabled when unique_id_required is enabled. If true, values for the associated column cannot be modified, but can be added or removed.
50
50
-`unique_id_required` (Boolean) Can be enabled for column type composite or address. If true, each value for the associated column must have a unique string ID, which can either be provided or generated by backend.
51
-
-`unique_required` (Boolean) If true, each value for the associated column must be unique for the user.
51
+
-`unique_required` (Boolean) If true, each value for the associated column must be unique for the user. This is primarily useful for array columns.
52
52
53
53
<aid="nestedatt--constraints--fields"></a>
54
54
### Nested Schema for `constraints.fields`
@@ -60,7 +60,7 @@ Required:
60
60
61
61
Optional:
62
62
63
-
-`camel_case_name` (String) Derived camel-case version of field name, with underscores stripped out. (ex. IDField1)
63
+
-`camel_case_name` (String) Read-only camel-case version of field name, with underscores stripped out. (ex. IDField1)
64
64
-`ignore_for_uniqueness` (Boolean) If true, field value will be ignored when comparing two composite value for a uniqueness check.
65
-
-`optional` (Boolean) Whether a value must be specified for the field.
66
-
-`struct_name` (String) Derived snake-case version of field name, with all letters lowercase. (ex. id_field_1)
65
+
-`required` (Boolean) Whether a value must be specified for the field.
66
+
-`struct_name` (String) Read-only snake-case version of field name, with all letters lowercase. (ex. id_field_1)
0 commit comments