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
Documentation
data SSOIdentity Source #
Contains information about your identity source in AWS Single Sign-On. For more information, see the AWS Single Sign-On User Guide.
See: newSSOIdentity
smart constructor.
SSOIdentity' | |
|
Instances
Create a value of SSOIdentity
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:userId:SSOIdentity'
, sSOIdentity_userId
- The user ID.
$sel:identityStoreId:SSOIdentity'
, sSOIdentity_identityStoreId
- The ID of the AWS SSO identity store.
sSOIdentity_userId :: Lens' SSOIdentity (Maybe Text) Source #
The user ID.
sSOIdentity_identityStoreId :: Lens' SSOIdentity Text Source #
The ID of the AWS SSO identity store.