Reference documentation and code samples for the Managed Service for Microsoft Active Directory API V1 API class Google::Cloud::ManagedIdentities::V1::ReconfigureTrustRequest.
Request message for [ReconfigureTrust][google.cloud.managedidentities.v1.ReconfigureTrust]
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource domain name, project name and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource domain name, project name and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
Returns
-
(::String) — Required. The resource domain name, project name and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
#target_dns_ip_addresses
def target_dns_ip_addresses() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
#target_dns_ip_addresses=
def target_dns_ip_addresses=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
Returns
- (::Array<::String>) — Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
#target_domain_name
def target_domain_name() -> ::String
Returns
- (::String) — Required. The fully-qualified target domain name which will be in trust with current domain.
#target_domain_name=
def target_domain_name=(value) -> ::String
Parameter
- value (::String) — Required. The fully-qualified target domain name which will be in trust with current domain.
Returns
- (::String) — Required. The fully-qualified target domain name which will be in trust with current domain.