bulkRemoveUserGrant method
ResponseFuture<BulkRemoveUserGrantResponse>
bulkRemoveUserGrant(
- BulkRemoveUserGrantRequest request, {
- CallOptions? options,
Bulk Remove User Grants
Deprecated: Delete authorizations one after the other to remove access for multiple users on multiple owned or granted projects.
Remove a list of user grants. The users will not be able to use the granted project anymore. Also, the roles will not be included in the tokens when requested.
Implementation
$grpc.ResponseFuture<$0.BulkRemoveUserGrantResponse> bulkRemoveUserGrant(
$0.BulkRemoveUserGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$bulkRemoveUserGrant, request, options: options);
}