Reference documentation and code samples for the Managed Service for Microsoft Active Directory API V1 API class Google::Cloud::ManagedIdentities::V1::ValidateTrustRequest.
Request message for [ValidateTrust][google.cloud.managedidentities.v1.ValidateTrust]
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}
#trust
def trust() -> ::Google::Cloud::ManagedIdentities::V1::Trust
Returns
- (::Google::Cloud::ManagedIdentities::V1::Trust) — Required. The domain trust to validate trust state for.
#trust=
def trust=(value) -> ::Google::Cloud::ManagedIdentities::V1::Trust
Parameter
- value (::Google::Cloud::ManagedIdentities::V1::Trust) — Required. The domain trust to validate trust state for.
Returns
- (::Google::Cloud::ManagedIdentities::V1::Trust) — Required. The domain trust to validate trust state for.