createTarget method
ResponseFuture<CreateTargetResponse>
createTarget(
- CreateTargetRequest request, {
- CallOptions? options,
Create Target
Deprecated: please move to the corresponding endpoint under action service v2. This endpoint will be removed with the next major version of ZITADEL.
Create a new target to your endpoint, which can be used in executions.
Required permission:
action.target.write
Implementation
$grpc.ResponseFuture<$0.CreateTargetResponse> createTarget(
$0.CreateTargetRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createTarget, request, options: options);
}