Retrieves advanced configuration information.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID |
eiam-111ccc1111 |
| IdentityProviderId |
string |
Yes |
Identity provider ID |
idp_11111 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| AdvancedConfiguration |
object |
Advanced configuration information |
|
| InstanceId |
string |
Instance ID |
idaas_kpvmhktvun6u66dgpjh3l4wxxx |
| IdentityProviderId |
string |
Identity provider ID |
idp_na2rzpyc67zr7ixdfy35zgrxxx |
| DingtalkAdvancedConfig |
object |
DingTalk advanced configuration |
|
| AppKey |
string |
AppKey of the DingTalk first-party application |
ding5xo9rg0csw3f6xxx |
| AppSecret |
string |
App secret of the DingTalk first-party application |
*** |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"AdvancedConfiguration": {
"InstanceId": "idaas_kpvmhktvun6u66dgpjh3l4wxxx",
"IdentityProviderId": "idp_na2rzpyc67zr7ixdfy35zgrxxx",
"DingtalkAdvancedConfig": {
"AppKey": "ding5xo9rg0csw3f6xxx",
"AppSecret": "***"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.