AWS SDK Version 2 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.

.NET Framework 4.5
 
Describes a trust relationship between an Microsoft AD in the AWS cloud and an external domain.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.Trust

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Trust : Object

The Trust type exposes the following members

Constructors

NameDescription
Public Method Trust()

Properties

NameTypeDescription
Public Property CreatedDateTime System.DateTime Gets and sets the property CreatedDateTime. The date and time that the trust relationship was created.
Public Property DirectoryId System.String Gets and sets the property DirectoryId. The Directory ID of the AWS directory involved in the trust relationship.
Public Property LastUpdatedDateTime System.DateTime Gets and sets the property LastUpdatedDateTime. The date and time that the trust relationship was last updated.
Public Property RemoteDomainName System.String Gets and sets the property RemoteDomainName. The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
Public Property StateLastUpdatedDateTime System.DateTime Gets and sets the property StateLastUpdatedDateTime. The date and time that the TrustState was last updated.
Public Property TrustDirection Amazon.DirectoryService.TrustDirection Gets and sets the property TrustDirection. The trust relationship direction.
Public Property TrustId System.String Gets and sets the property TrustId. The unique ID of the trust relationship.
Public Property TrustState Amazon.DirectoryService.TrustState Gets and sets the property TrustState. The trust relationship state.
Public Property TrustType Amazon.DirectoryService.TrustType Gets and sets the property TrustType. The trust relationship type.

Version Information

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