Retrieves the advanced configuration of an application.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationId |
string |
Yes |
The application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| ApplicationAdvancedConfig |
object |
The advanced configuration of the application. |
|
| InstanceId |
string |
The ID of the IDaaS EIAM instance. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationId |
string |
The application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| ScimServerAdvancedConfig |
object |
The advanced configuration of the SCIM server. |
|
| UserCustomFieldNamespace |
string |
The namespace of the user extension fields. |
urn:ietf:params:scim:schemas:extension:customfield:2.0:User |
| SupportedUserCustomFieldIds |
array |
A list of IDs of the supported custom user fields. |
|
|
string |
The ID of a supported custom user field. |
ufd_ymjguxxxxxxxx |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"ApplicationAdvancedConfig": {
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
"ScimServerAdvancedConfig": {
"UserCustomFieldNamespace": "urn:ietf:params:scim:schemas:extension:customfield:2.0:User\n",
"SupportedUserCustomFieldIds": [
"ufd_ymjguxxxxxxxx"
]
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.