Attempts to undelete a previously deleted tenant project. The project must be in a DELETED state. There are no guarantees that an undeleted project will be in a fully restored and functional state. Call the tenancyUnits.applyProjectConfig method to update its configuration and then validate all managed service resources. Operation<response: Empty>.
HTTP request
POST https://serviceconsumermanagement.googleapis.com/v1/{name=services/*/*/*/tenancyUnits/*}:undeleteProject
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Name of the tenancy unit. Such as 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. Authorization requires the following Google IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
| JSON representation | |
|---|---|
{ "tag": string } |
|
| Fields | |
|---|---|
tag |
Tag of the resource within the tenancy unit. |
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.