removeUserGrant method
ResponseFuture<RemoveUserGrantResponse>
removeUserGrant(
- RemoveUserGrantRequest request, {
- CallOptions? options,
Remove User Grant
Deprecated: Delete an authorization to remove a users access to an owned or granted project.
Removes the user grant from the user. The user 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.RemoveUserGrantResponse> removeUserGrant(
$0.RemoveUserGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeUserGrant, request, options: options);
}