listTargets method

ResponseFuture<ListTargetsResponse> listTargets(
  1. ListTargetsRequest request, {
  2. CallOptions? options,
})

List targets

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

List all matching targets. By default all targets of the instance are returned. Make sure to include a limit and sorting for pagination.

Required permission:

  • action.target.read

Implementation

$grpc.ResponseFuture<$0.ListTargetsResponse> listTargets(
  $0.ListTargetsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listTargets, request, options: options);
}