listCustomDomains method

ResponseFuture<ListCustomDomainsResponse> listCustomDomains(
  1. ListCustomDomainsRequest request, {
  2. CallOptions? options,
})

List Custom Domains

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

Lists custom domains of the instance.

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

Required permissions:

  • iam.read

Implementation

$grpc.ResponseFuture<$0.ListCustomDomainsResponse> listCustomDomains(
  $0.ListCustomDomainsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listCustomDomains, request, options: options);
}