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