Managed Service for Microsoft Active Directory v1 API - Class AttachTrustRequest (3.2.0)

public sealed class AttachTrustRequest : IMessage<AttachTrustRequest>, IEquatable<AttachTrustRequest>, IDeepCloneable<AttachTrustRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class AttachTrustRequest.

Request message for [AttachTrust][google.cloud.managedidentities.v1.AttachTrust]

Inheritance

object > AttachTrustRequest

Namespace

Google.Cloud.ManagedIdentities.V1

Assembly

Google.Cloud.ManagedIdentities.V1.dll

Constructors

AttachTrustRequest()

public AttachTrustRequest()

AttachTrustRequest(AttachTrustRequest)

public AttachTrustRequest(AttachTrustRequest other)
Parameter
NameDescription
otherAttachTrustRequest

Properties

DomainName

public DomainName DomainName { get; set; }

DomainName-typed view over the Name resource name property.

Property Value
TypeDescription
DomainName

Name

public string Name { get; set; }

Required. The resource domain name, project name and location using the form: projects/{project_id}/locations/global/domains/{domain_name}

Property Value
TypeDescription
string

Trust

public Trust Trust { get; set; }

Required. The domain trust resource.

Property Value
TypeDescription
Trust