getTarget method

ResponseFuture<GetTargetResponse> getTarget(
  1. GetTargetRequest request, {
  2. CallOptions? options,
})

Get Target

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

Returns the target identified by the requested ID.

Required permission:

  • action.target.read

Implementation

$grpc.ResponseFuture<$0.GetTargetResponse> getTarget(
  $0.GetTargetRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getTarget, request, options: options);
}