The name of the resource to verify the domain of. This method currently accepts verifying domains for either projects (example 'projects/my-awesome-project') or tenants (example 'projects/my-awesome-project/tenants/my-awesome-tenant').
Authorization requires the following IAM permission on the specified resource resource:
firebaseauth.configs.update
Request body
The request body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[[["This endpoint verifies that a custom domain has the necessary DNS records for either a project or a tenant, identified by the `resource` path parameter."],["The HTTP request is a POST method to a specific URL using gRPC Transcoding syntax, targeting a project or tenant via the resource in the path."],["The request body must include the target `domain` and the `action` being attempted, represented in JSON format."],["Successful verification results in a response body containing an instance of `VerifyDomainResponse`."],["Authorization for this endpoint requires one of three specified OAuth scopes: `https://www.googleapis.com/auth/identitytoolkit`, `https://www.googleapis.com/auth/firebase`, or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]