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.

Details about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.SharedDirectory

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

Syntax

C#
public class SharedDirectory

The SharedDirectory type exposes the following members

Constructors

NameDescription
Public Method SharedDirectory()

Properties

NameTypeDescription
Public Property CreatedDateTime System.DateTime

Gets and sets the property CreatedDateTime.

The date and time that the shared directory was created.

Public Property LastUpdatedDateTime System.DateTime

Gets and sets the property LastUpdatedDateTime.

The date and time that the shared directory was last updated.

Public Property OwnerAccountId System.String

Gets and sets the property OwnerAccountId.

Identifier of the directory owner account, which contains the directory that has been shared to the consumer account.

Public Property OwnerDirectoryId System.String

Gets and sets the property OwnerDirectoryId.

Identifier of the directory in the directory owner account.

Public Property SharedAccountId System.String

Gets and sets the property SharedAccountId.

Identifier of the directory consumer account that has access to the shared directory (OwnerDirectoryId) in the directory owner account.

Public Property SharedDirectoryId System.String

Gets and sets the property SharedDirectoryId.

Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.

Public Property ShareMethod Amazon.DirectoryService.ShareMethod

Gets and sets the property ShareMethod.

The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a shared directory request (HANDSHAKE).

Public Property ShareNotes System.String

Gets and sets the property ShareNotes.

A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.

Public Property ShareStatus Amazon.DirectoryService.ShareStatus

Gets and sets the property ShareStatus.

Current directory status of the shared Managed Microsoft AD directory.

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