Removes the attached IAM policies for a resource
HTTP request
POST https://metastore.googleapis.com/v1alpha/{resource}:removeIamPolicy
Path parameters
| Parameters | |
|---|---|
resource |
Required. The relative resource name of the dataplane resource to remove IAM policy, in the following form:
|
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "asynchronous": boolean } |
| Fields | |
|---|---|
asynchronous |
Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false. |
Response body
Response message for DataprocMetastore.RemoveIamPolicy.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "success": boolean } |
| Fields | |
|---|---|
success |
True if the policy is successfully removed. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.