removeProjectRole method
ResponseFuture<RemoveProjectRoleResponse>
removeProjectRole(
- RemoveProjectRoleRequest request, {
- CallOptions? options,
Remove Project Role
Removes the role from the project and on every resource it has a dependency. This includes project grants and user grants.
Required permission:
project.role.write
Implementation
$grpc.ResponseFuture<$0.RemoveProjectRoleResponse> removeProjectRole(
$0.RemoveProjectRoleRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeProjectRole, request, options: options);
}