activateProjectGrant method

ResponseFuture<ActivateProjectGrantResponse> activateProjectGrant(
  1. ActivateProjectGrantRequest request, {
  2. CallOptions? options,
})

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

Set the state of the project grant to activated.

Required permission:

  • project.grant.write

Implementation

$grpc.ResponseFuture<$0.ActivateProjectGrantResponse> activateProjectGrant(
  $0.ActivateProjectGrantRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$activateProjectGrant, request, options: options);
}