All Products
Search
Document Center

Identity as a Service:GetIdentityProviderUdPullConfiguration

Last Updated:Jun 24, 2026

Mengambil konfigurasi sinkronisasi masuk dari penyedia identitas (IdP).

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

ID instans.

idaas_ue2jvisn35ea5lmthk267xxxxx

IdentityProviderId

string

Yes

ID penyedia identitas.

idp_my664lwkhpicbyzirog3xxxxx

Elemen respons

Element

Type

Description

Example

object

RequestId

string

ID permintaan.

0441BD79-92F3-53AA-8657-F8CE4A2B912A

UdPullConfiguration

object

Konfigurasi sinkronisasi masuk.

InstanceId

string

ID instans.

idaas_ue2jvisn35ea5lmthk267xxxxx

IdentityProviderId

string

ID penyedia identitas.

idp_my664lwkhpicbyzirog3xxxxx

IncrementalCallbackStatus

string

Status callback inkremental, yang menentukan apakah akan memproses data callback inkremental dari IdP. Nilai yang valid:

  • disabled

  • enabled.

enabled

PeriodicSyncStatus

string

Status verifikasi berkala, yang menentukan apakah akan memverifikasi perbedaan data secara berkala antara IDaaS dan penyedia identitas. Nilai yang valid:

  • disabled

  • enabled.

enabled

GroupSyncStatus

string

Status sinkronisasi grup. Nilai yang valid:

  • disabled

  • enabled.

enabled

UdSyncScopeConfig

object

Konfigurasi cakupan sinkronisasi.

SourceScopes

array

Synchronization Source Node

string

Synchronization Source Node

960

TargetScope

string

Synchronization Target Node

ou_asjdfhaskfhw213mnsj33sXXX

PullProtectedRule

object

Konfigurasi aturan perlindungan sinkronisasi masuk.

UserDeletedThreshold

integer

Account Deletion Threshold: If the number of deleted users exceeds this value, the synchronization task will be terminated.

30

OrganizationalUnitDeletedThreshold

integer

Organization Deletion Threshold: If the number of deleted organizations exceeds this value, the synchronization task will be terminated.

10

GroupDeletedThreshold

integer

Group Deletion Threshold: If the number of deleted groups exceeds this value, the synchronization task will be terminated.

10

LdapUdPullConfig

object

Konfigurasi sinkronisasi LDAP.

UserObjectClass

string

User ObjectClass

ou,top

OrganizationUnitObjectClass

string

Organization ObjectClass

ou,top

UserObjectClassCustomFilter

string

User ObjectClass Custom Filter

(|(cn=test)(mail=test@test.com))

GroupObjectClass

string

Group ObjectClass

member

GroupMemberAttributeName

string

Group Member Identifier

group

GroupObjectClassCustomFilter

string

Group Custom Filter

(|(cn=test)(group=test@test.com))

PeriodicSyncConfig

object

Konfigurasi sinkronisasi berkala.

PeriodicSyncType

string

type

cron

PeriodicSyncCron

string

Cron expression

0 45 1 * * ?

PeriodicSyncTimes

integer

Execution time slots, for example 3,5, meaning the task runs once between 03:00–04:00 and once between 05:00–06:00.

[3,5]

Contoh

Respons sukses

JSONformat

{
  "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
    }
  }
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.