All Products
Search
Document Center

Identity as a Service:GetIdentityProviderUdPushConfiguration

Last Updated:Jun 10, 2026

Mengambil konfigurasi sinkronisasi arah keluar 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.

eiam-111ccc1111

IdentityProviderId

string

Yes

ID penyedia identitas.

idp_11111

Elemen respons

Element

Type

Description

Example

object

RequestId

string

Request ID

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

UdPushConfiguration

object

Outbound synchronization configuration

InstanceId

string

Instance ID

idaas_7vdv3olzk36gymwtlaq6fixxxx

IdentityProviderId

string

Identity provider ID

idp_na2rzpyc67zr7ixdfy35zgrxxx

IncrementalCallbackStatus

string

Incremental callback status. Indicates whether incremental callback data from the IdP is processed.

enabled

UdSyncScopeConfigs

array<object>

Outbound synchronization configuration details

object

Outbound synchronization configuration details

SourceScopes

array

Source nodes for synchronization

string

Source node for synchronization

ou_12121xxxx

TargetScope

string

Target node for synchronization

604352338

LdapUdPushConfig

object

LDAP synchronization-side configuration

UserObjectClass

string

User ObjectClass

user,top

OrganizationUnitObjectClass

string

Organization ObjectClass

ou,top

UserRdn

string

User RDN

cn

OrganizationalUnitRdn

string

Organization RDN

ou

PasswordSyncStatus

string

Password synchronization status

enabled

PeriodicSyncConfig

object

Periodic verification configuration

PeriodicSyncType

string

Type

cron

PeriodicSyncCron

string

Cron expression

0 45 1 * * ?

PeriodicSyncTimes

array

Collection of time points

string

Time point

3

PeriodicSyncStatus

string

Periodic verification status

disabled

Contoh

Respons sukses

JSONformat

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

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.