| 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.QuickSight.Types.SignupResponse
Description
Synopsis
- data SignupResponse = SignupResponse' {
- iAMUser :: Maybe Bool
- accountName :: Maybe Text
- directoryType :: Maybe Text
- userLoginName :: Maybe Text
- newSignupResponse :: SignupResponse
- signupResponse_iAMUser :: Lens' SignupResponse (Maybe Bool)
- signupResponse_accountName :: Lens' SignupResponse (Maybe Text)
- signupResponse_directoryType :: Lens' SignupResponse (Maybe Text)
- signupResponse_userLoginName :: Lens' SignupResponse (Maybe Text)
Documentation
data SignupResponse Source #
A SignupResponse object that contains a summary of a newly created
account.
See: newSignupResponse smart constructor.
Constructors
| SignupResponse' | |
Fields
| |
Instances
newSignupResponse :: SignupResponse Source #
Create a value of SignupResponse 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:iAMUser:SignupResponse', signupResponse_iAMUser - A Boolean that is TRUE if the Amazon QuickSight uses IAM as an
authentication method.
$sel:accountName:SignupResponse', signupResponse_accountName - The name of your Amazon QuickSight account.
$sel:directoryType:SignupResponse', signupResponse_directoryType - The type of Active Directory that is being used to authenticate the
Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR,
and MICROSOFT_AD.
$sel:userLoginName:SignupResponse', signupResponse_userLoginName - The user login name for your Amazon QuickSight account.
signupResponse_iAMUser :: Lens' SignupResponse (Maybe Bool) Source #
A Boolean that is TRUE if the Amazon QuickSight uses IAM as an
authentication method.
signupResponse_accountName :: Lens' SignupResponse (Maybe Text) Source #
The name of your Amazon QuickSight account.
signupResponse_directoryType :: Lens' SignupResponse (Maybe Text) Source #
The type of Active Directory that is being used to authenticate the
Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR,
and MICROSOFT_AD.
signupResponse_userLoginName :: Lens' SignupResponse (Maybe Text) Source #
The user login name for your Amazon QuickSight account.