addTrustedDomain method
ResponseFuture<AddTrustedDomainResponse>
addTrustedDomain(
- AddTrustedDomainRequest request, {
- CallOptions? options,
Add 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.
Adds a trusted domain to the instance.
The instance_id in the input message will be used in the future.
Required permissions:
iam.write
Implementation
$grpc.ResponseFuture<$0.AddTrustedDomainResponse> addTrustedDomain(
$0.AddTrustedDomainRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addTrustedDomain, request, options: options);
}