Method: domains.validateTrust

Full name: projects.locations.global.domains.validateTrust

Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.

HTTP request

POST https://managedidentities.googleapis.com/v1/{name=projects/*/locations/global/domains/*}:validateTrust

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource domain name, project name, and location using the form: projects/{projectId}/locations/global/domains/{domainName}

Authorization requires the following IAM permission on the specified resource name:

  • managedidentities.domains.validateTrust

Request body

The request body contains data with the following structure:

JSON representation
{
  "trust": {
    object (Trust)
  }
}
Fields
trust

object (Trust)

Required. The domain trust to validate trust state for.

Response body

If successful, the response body contains an instance of Operation.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.