ID プロバイダー (IdP) のインバウンド同期構成を取得します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| InstanceId |
string |
必須 |
インスタンス ID。 |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| IdentityProviderId |
string |
必須 |
ID プロバイダー ID。 |
idp_my664lwkhpicbyzirog3xxxxx |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエスト ID。 |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| UdPullConfiguration |
object |
インバウンド同期構成。 |
|
| InstanceId |
string |
インスタンス ID。 |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| IdentityProviderId |
string |
ID プロバイダー ID。 |
idp_my664lwkhpicbyzirog3xxxxx |
| IncrementalCallbackStatus |
string |
増分コールバックステータス。IdP からの増分コールバックデータをプロセスするかどうかを指定します。有効な値:
|
enabled |
| PeriodicSyncStatus |
string |
定期検証ステータス。IDaaS と ID プロバイダー間のデータ差分を定期的に検証するかどうかを指定します。有効な値:
|
enabled |
| GroupSyncStatus |
string |
グループ同期ステータス。有効な値:
|
enabled |
| UdSyncScopeConfig |
object |
同期範囲の構成。 |
|
| SourceScopes |
array |
同期ソースノード。 |
|
|
string |
同期ソースノード。 |
960 |
|
| TargetScope |
string |
同期ターゲットノード。 |
ou_asjdfhaskfhw213mnsj33sXXX |
| PullProtectedRule |
object |
インバウンド同期保護ルールの構成。 |
|
| UserDeletedThreshold |
integer |
アカウント削除のしきい値:削除されたユーザー数がこの値を超えると、同期タスクは終了します。 |
30 |
| OrganizationalUnitDeletedThreshold |
integer |
組織削除のしきい値:削除された組織数がこの値を超えると、同期タスクは終了します。 |
10 |
| GroupDeletedThreshold |
integer |
グループ削除のしきい値:削除されたグループ数がこの値を超えると、同期タスクは終了します。 |
10 |
| LdapUdPullConfig |
object |
LDAP 同期構成。 |
|
| UserObjectClass |
string |
ユーザーの ObjectClass。 |
ou,top |
| OrganizationUnitObjectClass |
string |
組織の ObjectClass。 |
ou,top |
| UserObjectClassCustomFilter |
string |
ユーザー ObjectClass のカスタムフィルター。 |
(|(cn=test)(mail=test@test.com)) |
| GroupObjectClass |
string |
グループの ObjectClass。 |
member |
| GroupMemberAttributeName |
string |
グループメンバーの識別子。 |
group |
| GroupObjectClassCustomFilter |
string |
グループのカスタムフィルター。 |
(|(cn=test)(group=test@test.com)) |
| PeriodicSyncConfig |
object |
定期同期構成。 |
|
| PeriodicSyncType |
string |
タイプ。 |
cron |
| PeriodicSyncCron |
string |
Cron 式。 |
0 45 1 * * ? |
| PeriodicSyncTimes |
integer |
実行時間帯。例えば、3,5 は、タスクが 03:00~04:00 の間に 1 回、05:00~06:00 の間に 1 回実行されることを意味します。 |
[3,5] |
例
成功レスポンス
JSONJSON
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"UdPullConfiguration": {
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"IdentityProviderId": "idp_my664lwkhpicbyzirog3xxxxx\n",
"IncrementalCallbackStatus": "enabled",
"PeriodicSyncStatus": "enabled",
"GroupSyncStatus": "enabled",
"UdSyncScopeConfig": {
"SourceScopes": [
"960"
],
"TargetScope": "ou_asjdfhaskfhw213mnsj33sXXX"
},
"PullProtectedRule": {
"UserDeletedThreshold": 30,
"OrganizationalUnitDeletedThreshold": 10,
"GroupDeletedThreshold": 10
},
"LdapUdPullConfig": {
"UserObjectClass": "ou,top",
"OrganizationUnitObjectClass": "ou,top",
"UserObjectClassCustomFilter": "(|(cn=test)(mail=test@test.com))",
"GroupObjectClass": "member",
"GroupMemberAttributeName": "group",
"GroupObjectClassCustomFilter": "(|(cn=test)(group=test@test.com))"
},
"PeriodicSyncConfig": {
"PeriodicSyncType": "cron",
"PeriodicSyncCron": "0 45 1 * * ?",
"PeriodicSyncTimes": 0
}
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。