Class: Aws::DirectoryService::Types::CreateTrustRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateTrustRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[:trust_password]
Instance Attribute Summary collapse
-
#conditional_forwarder_ip_addrs ⇒ Array<String>
The IP addresses of the remote DNS server associated with RemoteDomainName.
-
#conditional_forwarder_ipv_6_addrs ⇒ Array<String>
The IPv6 addresses of the remote DNS server associated with RemoteDomainName.
-
#directory_id ⇒ String
The Directory ID of the Managed Microsoft AD directory for which to establish the trust relationship.
-
#remote_domain_name ⇒ String
The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.
-
#selective_auth ⇒ String
Optional parameter to enable selective authentication for the trust.
-
#trust_direction ⇒ String
The direction of the trust relationship.
-
#trust_password ⇒ String
The trust password.
-
#trust_type ⇒ String
The trust relationship type.
Instance Attribute Details
#conditional_forwarder_ip_addrs ⇒ Array<String>
The IP addresses of the remote DNS server associated with RemoteDomainName.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1387 class CreateTrustRequest < Struct.new( :directory_id, :remote_domain_name, :trust_password, :trust_direction, :trust_type, :conditional_forwarder_ip_addrs, :conditional_forwarder_ipv_6_addrs, :selective_auth) SENSITIVE = [:trust_password] include Aws::Structure end |
#conditional_forwarder_ipv_6_addrs ⇒ Array<String>
The IPv6 addresses of the remote DNS server associated with RemoteDomainName.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1387 class CreateTrustRequest < Struct.new( :directory_id, :remote_domain_name, :trust_password, :trust_direction, :trust_type, :conditional_forwarder_ip_addrs, :conditional_forwarder_ipv_6_addrs, :selective_auth) SENSITIVE = [:trust_password] include Aws::Structure end |
#directory_id ⇒ String
The Directory ID of the Managed Microsoft AD directory for which to establish the trust relationship.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1387 class CreateTrustRequest < Struct.new( :directory_id, :remote_domain_name, :trust_password, :trust_direction, :trust_type, :conditional_forwarder_ip_addrs, :conditional_forwarder_ipv_6_addrs, :selective_auth) SENSITIVE = [:trust_password] include Aws::Structure end |
#remote_domain_name ⇒ String
The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1387 class CreateTrustRequest < Struct.new( :directory_id, :remote_domain_name, :trust_password, :trust_direction, :trust_type, :conditional_forwarder_ip_addrs, :conditional_forwarder_ipv_6_addrs, :selective_auth) SENSITIVE = [:trust_password] include Aws::Structure end |
#selective_auth ⇒ String
Optional parameter to enable selective authentication for the trust.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1387 class CreateTrustRequest < Struct.new( :directory_id, :remote_domain_name, :trust_password, :trust_direction, :trust_type, :conditional_forwarder_ip_addrs, :conditional_forwarder_ipv_6_addrs, :selective_auth) SENSITIVE = [:trust_password] include Aws::Structure end |
#trust_direction ⇒ String
The direction of the trust relationship.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1387 class CreateTrustRequest < Struct.new( :directory_id, :remote_domain_name, :trust_password, :trust_direction, :trust_type, :conditional_forwarder_ip_addrs, :conditional_forwarder_ipv_6_addrs, :selective_auth) SENSITIVE = [:trust_password] include Aws::Structure end |
#trust_password ⇒ String
The trust password. The trust password must be the same password that was used when creating the trust relationship on the external domain.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1387 class CreateTrustRequest < Struct.new( :directory_id, :remote_domain_name, :trust_password, :trust_direction, :trust_type, :conditional_forwarder_ip_addrs, :conditional_forwarder_ipv_6_addrs, :selective_auth) SENSITIVE = [:trust_password] include Aws::Structure end |
#trust_type ⇒ String
The trust relationship type. Forest is the default.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1387 class CreateTrustRequest < Struct.new( :directory_id, :remote_domain_name, :trust_password, :trust_direction, :trust_type, :conditional_forwarder_ip_addrs, :conditional_forwarder_ipv_6_addrs, :selective_auth) SENSITIVE = [:trust_password] include Aws::Structure end |