gcp_remove_project_iam_binding
Remove an IAM role from a member on a GCP project to revoke permissions. Specify project ID, role, and member.
Instructions
Remove an IAM role from a member on a GCP project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | IAM role to remove. | |
| member | Yes | Member to remove the role from. | |
| projectId | Yes | The GCP project ID. |