Class ReconfigureTrustRequest (1.5.2)

ReconfigureTrustRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ReconfigureTrust

Attributes

NameDescription
name str
Required. The resource domain name, project name and location using the form: ``projects/{project_id}/locations/global/domains/{domain_name}``
target_domain_name str
Required. The fully-qualified target domain name which will be in trust with current domain.
target_dns_ip_addresses Sequence[str]
Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.

Inheritance

builtins.object > proto.message.Message > ReconfigureTrustRequest