Nama resource yang akan diverifikasi domainnya. Metode ini saat ini menerima verifikasi domain untuk project (contoh 'projects/my-awesome-project') atau tenant (contoh 'projects/my-awesome-project/tenants/my-awesome-tenant').
Otorisasi memerlukan izin IAM berikut pada resource resource yang ditentukan:
firebaseauth.configs.update
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-04 UTC."],[[["This webpage details the process of verifying a custom domain using the Identity Toolkit API, specifically via the `POST https://identitytoolkit.googleapis.com/admin/v2/{resource=projects/*}/domain:verify` endpoint."],["The request requires a `resource` path parameter, which can be either a project or tenant, along with the appropriate IAM permission (`firebaseauth.configs.update`) on the specified resource."],["The request body must be formatted in JSON and include the target `domain` and the `action` being performed on that domain."],["The domain verification request requires one of the following OAuth scopes: `https://www.googleapis.com/auth/identitytoolkit`, `https://www.googleapis.com/auth/firebase`, or `https://www.googleapis.com/auth/cloud-platform`."],["A successful verification will return a `VerifyDomainResponse` in the response body, providing details on the operation's outcome."]]],[]]