[−][src]Struct rusoto_ds::CreateTrustRequest
AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your AWS Managed Microsoft AD directory, and your existing on-premises 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 AWS side of a trust relationship between an AWS Managed Microsoft AD directory and an external domain.
Fields
conditional_forwarder_ip_addrs: Option<Vec<String>>
The IP addresses of the remote DNS server associated with RemoteDomainName.
directory_id: String
The Directory ID of the AWS 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: Option<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. The must be the same password that was used when creating the trust relationship on the external domain.
trust_type: Option<String>
The trust relationship type. Forest
is the default.
Trait Implementations
impl PartialEq<CreateTrustRequest> for CreateTrustRequest
[src]
fn eq(&self, other: &CreateTrustRequest) -> bool
[src]
fn ne(&self, other: &CreateTrustRequest) -> bool
[src]
impl Default for CreateTrustRequest
[src]
fn default() -> CreateTrustRequest
[src]
impl Clone for CreateTrustRequest
[src]
fn clone(&self) -> CreateTrustRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CreateTrustRequest
[src]
impl Serialize for CreateTrustRequest
[src]
Auto Trait Implementations
impl Send for CreateTrustRequest
impl Sync for CreateTrustRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self