reactivateUserGrant method
ResponseFuture<ReactivateUserGrantResponse>
reactivateUserGrant(
- ReactivateUserGrantRequest request, {
- CallOptions? options,
Reactivate User Grant
Deprecated: Activate an authorization to enable a user's access to an owned or granted project.
Reactivate a deactivated user grant. The user will be able to use the granted project again. An error will be returned if the user grant is not deactivated.
Implementation
$grpc.ResponseFuture<$0.ReactivateUserGrantResponse> reactivateUserGrant(
$0.ReactivateUserGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$reactivateUserGrant, request, options: options);
}