Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data IdentityProviderDetails = IdentityProviderDetails' {
- invocationRole :: Maybe Text
- directoryId :: Maybe Text
- url :: Maybe Text
- newIdentityProviderDetails :: IdentityProviderDetails
- identityProviderDetails_invocationRole :: Lens' IdentityProviderDetails (Maybe Text)
- identityProviderDetails_directoryId :: Lens' IdentityProviderDetails (Maybe Text)
- identityProviderDetails_url :: Lens' IdentityProviderDetails (Maybe Text)
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.
IdentityProviderDetails' | |
|
Instances
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.