listTrustedDomains method

ResponseFuture<ListTrustedDomainsResponse> listTrustedDomains(
  1. ListTrustedDomainsRequest request, {
  2. CallOptions? options,
})

List Trusted 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 trusted 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.ListTrustedDomainsResponse> listTrustedDomains(
  $0.ListTrustedDomainsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listTrustedDomains, request, options: options);
}