deactivateUserGrant method
ResponseFuture<DeactivateUserGrantResponse>
deactivateUserGrant(
- DeactivateUserGrantRequest request, {
- CallOptions? options,
Deactivate User Grant
Deprecated: Deactivate an authorization to disable a user's access to an owned or granted project.
Deactivate the user grant. The user will not be able to use the granted project anymore. Also, the roles will not be included in the tokens when requested. An error will be returned if the user grant is already deactivated.
Implementation
$grpc.ResponseFuture<$0.DeactivateUserGrantResponse> deactivateUserGrant(
$0.DeactivateUserGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$deactivateUserGrant, request, options: options);
}