| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTEvents.Types.SSOIdentity
Description
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.
Constructors
| SSOIdentity' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> SSOIdentity |
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.