获取IdP同步出配置
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstanceId |
string |
是 |
实例 Id |
eiam-111ccc1111 |
| IdentityProviderId |
string |
是 |
身份提供方 ID |
idp_11111 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 Id |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| UdPushConfiguration |
object |
同步出配置 |
|
| InstanceId |
string |
实例 Id |
idaas_7vdv3olzk36gymwtlaq6fixxxx |
| IdentityProviderId |
string |
身份提供方 Id |
idp_na2rzpyc67zr7ixdfy35zgrxxx |
| IncrementalCallbackStatus |
string |
增量回调状态,是否处理来自 IdP 的增量回调数据 |
enabled |
| UdSyncScopeConfigs |
array<object> |
同步出配置信息 |
|
|
object |
同步出配置信息 |
||
| SourceScopes |
array |
同步来源节点 |
|
|
string |
同步来源节点 |
ou_12121xxxx |
|
| TargetScope |
string |
同步目标节点 |
604352338 |
| LdapUdPushConfig |
object |
ldap 同步侧相关配置信息 |
|
| UserObjectClass |
string |
用户 ObjectClass |
user,top |
| OrganizationUnitObjectClass |
string |
组织 ObjectClass |
ou,top |
| UserRdn |
string |
用户 RDN |
cn |
| OrganizationalUnitRdn |
string |
组织 RDN |
ou |
| PasswordSyncStatus |
string |
是否同步密码 |
enabled |
| PeriodicSyncConfig |
object |
定时校验配置 |
|
| PeriodicSyncType |
string |
类型 |
cron |
| PeriodicSyncCron |
string |
cron 表达式 |
0 45 1 * * ? |
| PeriodicSyncTimes |
array |
时间点集合 |
|
|
string |
时间点 |
3 |
|
| PeriodicSyncStatus |
string |
定时校验状态 |
disabled |
示例
正常返回示例
JSON格式
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"UdPushConfiguration": {
"InstanceId": "idaas_7vdv3olzk36gymwtlaq6fixxxx",
"IdentityProviderId": "idp_na2rzpyc67zr7ixdfy35zgrxxx",
"IncrementalCallbackStatus": "enabled",
"UdSyncScopeConfigs": [
{
"SourceScopes": [
"ou_12121xxxx"
],
"TargetScope": "604352338"
}
],
"LdapUdPushConfig": {
"UserObjectClass": "user,top",
"OrganizationUnitObjectClass": "ou,top",
"UserRdn": "cn",
"OrganizationalUnitRdn": "ou",
"PasswordSyncStatus": "enabled"
},
"PeriodicSyncConfig": {
"PeriodicSyncType": "cron",
"PeriodicSyncCron": "0 45 1 * * ?",
"PeriodicSyncTimes": [
"3"
]
},
"PeriodicSyncStatus": "disabled"
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。