도메인을 확인할 리소스의 이름입니다. 이 메서드는 현재 프로젝트 (예: 'projects/my-awesome-project') 또는 테넌트 (예: 'projects/my-awesome-project/tenants/my-awesome-tenant')의 도메인 확인을 허용합니다.
승인을 처리하려면 지정된 리소스 resource에 대해 다음과 같은 IAM 권한이 필요합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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."]]],[]]