Known Issue FRAAS-4585
- Summary
-
To ease writing scripts and API calls, IDM property names and AM attribute names should be identical.
- Status
-
Will fix
- Description
-
-
If you write scripts for AM that access user profiles, then use AM attribute names. User profile script examples: OAuth2 access token modification; OIDC claims; decision node scripts for authentication journeys (formerly trees).
-
If you write scripts for IDM that access managed objects, then use IDM property names. Managed object script examples:
onUpdate
,onCreate
,onDelete
, and so forth. -
If you use APIs to access managed objects or user profiles:
-
Calls to
/openidm
APIs must use IDM property names. -
Calls to
/am
APIs must use AM attribute names.
-
-
- Workaround
-
The tables below list Identity Cloud custom display names for user profiles, and provide IDM and AM equivalents.
If you use the IDM native console to change a Display Name, the change will reflect in both the IDM and Identity Cloud Admin UIs. But, on the API side and in scripts, the generic names will remain unchanged. |
Strings
Display Name | IDM Property | AM Attribute |
---|---|---|
Generic Indexed String 1 |
|
|
Generic Indexed String 2 |
|
|
Generic Indexed String 3 |
|
|
Generic Indexed String 4 |
|
|
Generic Indexed String 5 |
|
|
Generic Unindexed String 1 |
|
|
Generic Unindexed String 2 |
|
|
Generic Unindexed String 3 |
|
|
Generic Unindexed String 4 |
|
|
Generic Unindexed String 5 |
|
|
Multivalues
Display Name | IDM Property | AM Attribute |
---|---|---|
Generic Indexed Multivalue 1 |
|
|
Generic Indexed Multivalue 2 |
|
|
Generic Indexed Multivalue 3 |
|
|
Generic Indexed Multivalue 4 |
|
|
Generic Indexed Multivalue 5 |
|
|
Generic Unindexed Multivalue 1 |
|
|
Generic Unindexed Multivalue 2 |
|
|
Generic Unindexed Multivalue 3 |
|
|
Generic Unindexed Multivalue 4 |
|
|
Generic Unindexed Multivalue 5 |
|
|
Dates
Display Name | IDM Property | AM Attribute |
---|---|---|
Generic Indexed Date 1 |
|
|
Generic Indexed Date 2 |
|
|
Generic Indexed Date 3 |
|
|
Generic Indexed Date 4 |
|
|
Generic Indexed Date 5 |
|
|
Generic Unindexed Date 1 |
|
|
Generic Unindexed Date 2 |
|
|
Generic Unindexed Date 3 |
|
|
Generic Unindexed Date 4 |
|
|
Generic Unindexed Date 5 |
|
|
Integers
Display Name | IDM Property | AM Attribute |
---|---|---|
Generic Indexed Integer 1 |
|
|
Generic Indexed Integer 2 |
|
|
Generic Indexed Integer 3 |
|
|
Generic Indexed Integer 4 |
|
|
Generic Indexed Integer 5 |
|
|
Generic Unindexed Integer 1 |
|
|
Generic Unindexed Integer 2 |
|
|
Generic Unindexed Integer 3 |
|
|
Generic Unindexed Integer 4 |
|
|
Generic Unindexed Integer 5 |
|
|