createProjectGrant method

ResponseFuture<CreateProjectGrantResponse> createProjectGrant(
  1. CreateProjectGrantRequest request, {
  2. CallOptions? options,
})

Create 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.

Grant a project 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.create

Implementation

$grpc.ResponseFuture<$0.CreateProjectGrantResponse> createProjectGrant(
  $0.CreateProjectGrantRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createProjectGrant, request, options: options);
}