removeTrustedDomain method

ResponseFuture<RemoveTrustedDomainResponse> removeTrustedDomain(
  1. RemoveTrustedDomainRequest request, {
  2. CallOptions? options,
})

Remove Trusted Domain

Removes a trusted domain from the instance. By default the instance will be determined by the context of the request, e.g. the host header. You can optionally pass an InstanceID to list the domains of a specific instance. This requires additional permissions.

Required permissions:

  • iam.write
  • system.instance.write (if InstanceID is set)

Implementation

$grpc.ResponseFuture<$0.RemoveTrustedDomainResponse> removeTrustedDomain(
  $0.RemoveTrustedDomainRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeTrustedDomain, request, options: options);
}