listProjects method

ResponseFuture<ListProjectsResponse> listProjects(
  1. ListProjectsRequest request, {
  2. CallOptions? options,
})

List Projects

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

List all matching projects. By default all projects of the instance that the caller has permission to read are returned. Make sure to include a limit and sorting for pagination.

Required permission:

  • project.read

Implementation

$grpc.ResponseFuture<$0.ListProjectsResponse> listProjects(
  $0.ListProjectsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listProjects, request, options: options);
}