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
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/claimsschema.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
@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: reference
11
-
ms.date: 02/17/2020
11
+
ms.date: 02/24/2020
12
12
ms.author: marsma
13
13
ms.subservice: B2C
14
14
---
@@ -171,6 +171,8 @@ The **Restriction** element contains the following elements:
171
171
172
172
#### Enumeration
173
173
174
+
The **Enumeration** element defines available options for the user to select for a claim in the user interface, such as a value in a `CheckboxMultiSelect`, `DropdownSingleSelect`, or `RadioSingleSelect`. Alternatively, you can define and localize available options with [LocalizedCollections](localization.md#localizedcollections) element. To look up an item from a claim **Enumeration** collection, use [GetMappedValueFromLocalizedCollection](string-transformations.md#getmappedvaluefromlocalizedcollection) claims transformation.
175
+
174
176
The **Enumeration** element contains the following attributes:
175
177
176
178
| Attribute | Required | Description |
@@ -243,7 +245,7 @@ The **UserInputType** element available user input types:
243
245
|Paragraph |`boolean`, `date`, `dateTime`, `duration`, `int`, `long`, `string`|A field that shows text only in a paragraph tag. |
244
246
|Password |`string`|Password text box.|
245
247
|RadioSingleSelect |`string`| Collection of radio buttons. The claim value is the selected value.|
|TextBox |`boolean`, `int`, `string`|Single-line text box. |
248
250
249
251
@@ -403,5 +405,3 @@ The **Paragraph** user input type is used to provide a field that shows text onl
403
405
</Restriction>
404
406
</ClaimType>
405
407
```
406
-
407
-
To display one of the **Enumeration** values in a **responseMsg** claim, use `GetMappedValueFromLocalizedCollection` or `CreateStringClaim` claims transformation. For more information, see [String Claims Transformations](string-transformations.md)
0 commit comments