removeTrustedDomain method
ResponseFuture<RemoveTrustedDomainResponse>
removeTrustedDomain(
- RemoveTrustedDomainRequest request, {
- CallOptions? options,
Remove Trusted Domain
Deprecated: please move to the corresponding endpoint under instance service v2. This endpoint will be removed with the next major version of ZITADEL.
Removes a trusted domain from the instance.
The instance_id in the input message will be used in the future.
Required permissions:
iam.write
Implementation
$grpc.ResponseFuture<$0.RemoveTrustedDomainResponse> removeTrustedDomain(
$0.RemoveTrustedDomainRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeTrustedDomain, request, options: options);
}