libZSservicesZSamazonka-dsZSamazonka-ds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectoryService.Types.Trust

Description

 
Synopsis

Documentation

data Trust Source #

Describes a trust relationship between an Managed Microsoft AD directory and an external domain.

See: newTrust smart constructor.

Constructors

Trust' 

Fields

Instances

Instances details
Eq Trust Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Trust

Methods

(==) :: Trust -> Trust -> Bool #

(/=) :: Trust -> Trust -> Bool #

Read Trust Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Trust

Show Trust Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Trust

Methods

showsPrec :: Int -> Trust -> ShowS #

show :: Trust -> String #

showList :: [Trust] -> ShowS #

Generic Trust Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Trust

Associated Types

type Rep Trust :: Type -> Type #

Methods

from :: Trust -> Rep Trust x #

to :: Rep Trust x -> Trust #

NFData Trust Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Trust

Methods

rnf :: Trust -> () #

Hashable Trust Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Trust

Methods

hashWithSalt :: Int -> Trust -> Int #

hash :: Trust -> Int #

FromJSON Trust Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Trust

type Rep Trust Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.Trust

type Rep Trust = D1 ('MetaData "Trust" "Amazonka.DirectoryService.Types.Trust" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "Trust'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trustState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrustState))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "trustDirection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrustDirection)) :*: S1 ('MetaSel ('Just "stateLastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "trustType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrustType)) :*: (S1 ('MetaSel ('Just "trustStateReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "selectiveAuth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectiveAuth)))) :*: (S1 ('MetaSel ('Just "remoteDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trustId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newTrust :: Trust Source #

Create a value of Trust with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:directoryId:Trust', trust_directoryId - The Directory ID of the Amazon Web Services directory involved in the trust relationship.

$sel:trustState:Trust', trust_trustState - The trust relationship state.

$sel:lastUpdatedDateTime:Trust', trust_lastUpdatedDateTime - The date and time that the trust relationship was last updated.

$sel:trustDirection:Trust', trust_trustDirection - The trust relationship direction.

$sel:stateLastUpdatedDateTime:Trust', trust_stateLastUpdatedDateTime - The date and time that the TrustState was last updated.

$sel:trustType:Trust', trust_trustType - The trust relationship type. Forest is the default.

$sel:trustStateReason:Trust', trust_trustStateReason - The reason for the TrustState.

$sel:selectiveAuth:Trust', trust_selectiveAuth - Current state of selective authentication for the trust.

$sel:remoteDomainName:Trust', trust_remoteDomainName - The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

$sel:trustId:Trust', trust_trustId - The unique ID of the trust relationship.

$sel:createdDateTime:Trust', trust_createdDateTime - The date and time that the trust relationship was created.

trust_directoryId :: Lens' Trust (Maybe Text) Source #

The Directory ID of the Amazon Web Services directory involved in the trust relationship.

trust_trustState :: Lens' Trust (Maybe TrustState) Source #

The trust relationship state.

trust_lastUpdatedDateTime :: Lens' Trust (Maybe UTCTime) Source #

The date and time that the trust relationship was last updated.

trust_trustDirection :: Lens' Trust (Maybe TrustDirection) Source #

The trust relationship direction.

trust_stateLastUpdatedDateTime :: Lens' Trust (Maybe UTCTime) Source #

The date and time that the TrustState was last updated.

trust_trustType :: Lens' Trust (Maybe TrustType) Source #

The trust relationship type. Forest is the default.

trust_trustStateReason :: Lens' Trust (Maybe Text) Source #

The reason for the TrustState.

trust_selectiveAuth :: Lens' Trust (Maybe SelectiveAuth) Source #

Current state of selective authentication for the trust.

trust_remoteDomainName :: Lens' Trust (Maybe Text) Source #

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

trust_trustId :: Lens' Trust (Maybe Text) Source #

The unique ID of the trust relationship.

trust_createdDateTime :: Lens' Trust (Maybe UTCTime) Source #

The date and time that the trust relationship was created.