addCustomDomain method

ResponseFuture<AddCustomDomainResponse> addCustomDomain(
  1. AddCustomDomainRequest request, {
  2. CallOptions? options,
})

Add Custom Domain

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

Adds a custom domain to the instance in context.

The instance_id in the input message will be used in the future

Required permissions:

  • system.domain.write

Implementation

$grpc.ResponseFuture<$0.AddCustomDomainResponse> addCustomDomain(
  $0.AddCustomDomainRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addCustomDomain, request, options: options);
}