libZSservicesZSamazonka-transferZSamazonka-transfer
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.Transfer.Types.IdentityProviderDetails

Description

 
Synopsis

Documentation

data IdentityProviderDetails Source #

Returns information related to the type of user authentication that is in use for a file transfer protocol-enabled server's users. A server can have only one method of authentication.

See: newIdentityProviderDetails smart constructor.

Constructors

IdentityProviderDetails' 

Fields

  • invocationRole :: Maybe Text

    Provides the type of InvocationRole used to authenticate the user account.

  • directoryId :: Maybe Text

    The identifier of the Amazon Web ServicesDirectory Service directory that you want to stop sharing.

  • url :: Maybe Text

    Provides the location of the service endpoint used to authenticate users.

Instances

Instances details
Eq IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

Read IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

Show IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

Generic IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

Associated Types

type Rep IdentityProviderDetails :: Type -> Type #

NFData IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

Methods

rnf :: IdentityProviderDetails -> () #

Hashable IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

ToJSON IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

FromJSON IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

type Rep IdentityProviderDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.IdentityProviderDetails

type Rep IdentityProviderDetails = D1 ('MetaData "IdentityProviderDetails" "Amazonka.Transfer.Types.IdentityProviderDetails" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "IdentityProviderDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "invocationRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newIdentityProviderDetails :: IdentityProviderDetails Source #

Create a value of IdentityProviderDetails 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:invocationRole:IdentityProviderDetails', identityProviderDetails_invocationRole - Provides the type of InvocationRole used to authenticate the user account.

$sel:directoryId:IdentityProviderDetails', identityProviderDetails_directoryId - The identifier of the Amazon Web ServicesDirectory Service directory that you want to stop sharing.

$sel:url:IdentityProviderDetails', identityProviderDetails_url - Provides the location of the service endpoint used to authenticate users.

identityProviderDetails_invocationRole :: Lens' IdentityProviderDetails (Maybe Text) Source #

Provides the type of InvocationRole used to authenticate the user account.

identityProviderDetails_directoryId :: Lens' IdentityProviderDetails (Maybe Text) Source #

The identifier of the Amazon Web ServicesDirectory Service directory that you want to stop sharing.

identityProviderDetails_url :: Lens' IdentityProviderDetails (Maybe Text) Source #

Provides the location of the service endpoint used to authenticate users.