updateProjectGrant method

ResponseFuture<UpdateProjectGrantResponse> updateProjectGrant(
  1. UpdateProjectGrantRequest request, {
  2. CallOptions? options,
})

Update Project Grant

Deprecated: please move to the corresponding endpoint under project service v2. This endpoint will be removed with the next major version of ZITADEL.

Change the roles of the project that is granted to another organization. The project grant will allow the granted organization to access the project and manage the authorizations for its users.

Required permission:

  • project.grant.write

Implementation

$grpc.ResponseFuture<$0.UpdateProjectGrantResponse> updateProjectGrant(
  $0.UpdateProjectGrantRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateProjectGrant, request, options: options);
}