CreateTrustRequest

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Optional parameter to enable selective authentication for the trust.

Link copied to clipboard

The direction of the trust relationship.

Link copied to clipboard

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

Link copied to clipboard

The trust relationship type. Forest is the default.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String