Skip to content

Commit da5cdfd

Browse files
Refactor data type documentation
1 parent c0f1020 commit da5cdfd

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

en/includes/guides/users/attributes/manage-attributes.md

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,40 @@ To configure properties of user attributes:
265265

266266
5. Attribute Data Types.
267267

268-
An attribute can be of one of the following data types:
268+
An attribute can be one of the following data types:
269269

270-
- **Text** A plain string value.
271-
- **Options** A pre-defined list of selectable values.
272-
- **Integer** Whole numbers (for example `1`, `42`, `-7`).
273-
- **Decimal** Numbers that include decimals (for example `3.14`, `-0.5`).
274-
- **Boolean** A true or false value.
275-
- **DateTime** A date and time value.
276-
- **Object** A structured object that can include multiple sub-attributes.
270+
<table>
271+
<tbody>
272+
<tr>
273+
<td><b>Text</b></td>
274+
<td>A plain string value.</td>
275+
</tr>
276+
<tr>
277+
<td><b>Options</b></td>
278+
<td>A pre-defined list of selectable values.</td>
279+
</tr>
280+
<tr>
281+
<td><b>Integer</b></td>
282+
<td>Whole numbers (e.g. <code>1</code>, <code>42</code>, <code>-7</code>).</td>
283+
</tr>
284+
<tr>
285+
<td><b>Decimal</b></td>
286+
<td>Numbers that include decimals (e.g. <code>3.14</code>, <code>-0.5</code>).</td>
287+
</tr>
288+
<tr>
289+
<td><b>Boolean</b></td>
290+
<td>A true or false value.</td>
291+
</tr>
292+
<tr>
293+
<td><b>DateTime</b></td>
294+
<td>A date and time value.</td>
295+
</tr>
296+
<tr>
297+
<td><b>Object</b></td>
298+
<td>A structured object that can include multiple sub-attributes.</td>
299+
</tr>
300+
</tbody>
301+
</table>
277302

278303
Options Data Type
279304

@@ -291,9 +316,9 @@ To configure properties of user attributes:
291316
![SubAttributes for attributes]({{base_path}}/assets/img/guides/organization/attributes/edit-addtribute-sub-attributes.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
292317

293318
!!! note
294-
The following constraints apply if there is a mapped SCIM claim for the attribute:
319+
The following constraints apply if there is a mapped SCIM attribute for the attribute:
295320

296-
1. Each sub-attribute SCIM claim must start with the main attribute name followed by a dot (`.`)
321+
1. Each sub-attribute the mapped SCIM attribute must start with the main attribute name followed by a dot (`.`)
297322
and a descriptive sub-attribute name.
298323

299324
2. You can't assign another attribute of type **Object** as a sub-attribute.

0 commit comments

Comments
 (0)