All Products
Search
Document Center

Identity as a Service:ListCustomPrivacyPoliciesForBrand

Last Updated:Jun 10, 2026

Mengambil resource instans yang terhubung dengan brand.

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

NextToken

string

No

Token yang digunakan untuk mengambil halaman hasil berikutnya.

NTxxxxxexample

PreviousToken

string

No

Token yang digunakan untuk mengambil halaman hasil sebelumnya.

PTxxxxxexample

MaxResults

integer

No

Jumlah entri yang dikembalikan pada setiap halaman.

20

BrandId

string

Yes

ID brand.

brand_xxxx

Elemen respons

Element

Type

Description

Example

object

RequestId

string

The request ID.

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

TotalCount

integer

The total number of entries.

100

NextToken

string

The token to retrieve the next page of results.

NTxxxexample

PreviousToken

string

The token to retrieve the previous page of results.

PTxxxexample

MaxResults

integer

The number of entries returned on each page.

20

BrandCustomPrivacyPolicies

array<object>

The list of custom privacy policies associated with the brand.

object

CustomPrivacyPolicyId

string

The privacy policy ID.

pp_xxxx

Contoh

Respons sukses

JSONformat

{
  "RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
  "TotalCount": 100,
  "NextToken": "NTxxxexample",
  "PreviousToken": "PTxxxexample",
  "MaxResults": 20,
  "BrandCustomPrivacyPolicies": [
    {
      "CustomPrivacyPolicyId": "pp_xxxx"
    }
  ]
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.