AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateTrust operation. Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Managed Microsoft AD directory, and your existing self-managed Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

This action initiates the creation of the Amazon Web Services side of a trust relationship between an Managed Microsoft AD directory and an external domain. You can create either a forest trust or an external trust.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.CreateTrustRequest

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.DirectoryService.dll
Version: 3.x.y.z

Syntax

C#
public class CreateTrustRequest : AmazonDirectoryServiceRequest
         IAmazonWebServiceRequest

The CreateTrustRequest type exposes the following members

Constructors

NameDescription
Public Method CreateTrustRequest()

Properties

NameTypeDescription
Public Property ConditionalForwarderIpAddrs System.Collections.Generic.List<System.String>

Gets and sets the property ConditionalForwarderIpAddrs.

The IP addresses of the remote DNS server associated with RemoteDomainName.

Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

The Directory ID of the Managed Microsoft AD directory for which to establish the trust relationship.

Public Property RemoteDomainName System.String

Gets and sets the property RemoteDomainName.

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

Public Property SelectiveAuth Amazon.DirectoryService.SelectiveAuth

Gets and sets the property SelectiveAuth.

Optional parameter to enable selective authentication for the trust.

Public Property TrustDirection Amazon.DirectoryService.TrustDirection

Gets and sets the property TrustDirection.

The direction of the trust relationship.

Public Property TrustPassword System.String

Gets and sets the property TrustPassword.

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

Public Property TrustType Amazon.DirectoryService.TrustType

Gets and sets the property TrustType.

The trust relationship type. Forest is the default.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5