| 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.Chime.Types.Credential
Description
Synopsis
- data Credential = Credential' {}
- newCredential :: Credential
- credential_password :: Lens' Credential (Maybe Text)
- credential_username :: Lens' Credential (Maybe Text)
Documentation
data Credential Source #
The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.
See: newCredential smart constructor.
Constructors
| Credential' | |
Instances
newCredential :: Credential Source #
Create a value of Credential 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:password:Credential', credential_password - The RFC2617 compliant password associated with the SIP credentials, in
US-ASCII format.
$sel:username:Credential', credential_username - The RFC2617 compliant user name associated with the SIP credentials, in
US-ASCII format.
credential_password :: Lens' Credential (Maybe Text) Source #
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
credential_username :: Lens' Credential (Maybe Text) Source #
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.