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 | 
 Required. The resource domain name, project name, and location using the form:  Authorization requires the following IAM permission on the specified resource  
 | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "trust": {
    object ( | 
| Fields | |
|---|---|
| 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.