addUserGrant method
ResponseFuture<AddUserGrantResponse>
addUserGrant(
- AddUserGrantRequest request, {
- CallOptions? options,
Add User Grant
Deprecated: Add an authorization to grant a user access to an owned or granted project.
Add a user grant for a specific user. User grants are the roles users have for a specific project and organization.
Implementation
$grpc.ResponseFuture<$0.AddUserGrantResponse> addUserGrant(
$0.AddUserGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addUserGrant, request, options: options);
}