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 VeevaConnectorProfileCredentials = VeevaConnectorProfileCredentials' {}
- newVeevaConnectorProfileCredentials :: Text -> Text -> VeevaConnectorProfileCredentials
- veevaConnectorProfileCredentials_username :: Lens' VeevaConnectorProfileCredentials Text
- veevaConnectorProfileCredentials_password :: Lens' VeevaConnectorProfileCredentials Text
Documentation
data VeevaConnectorProfileCredentials Source #
The connector-specific profile credentials required when using Veeva.
See: newVeevaConnectorProfileCredentials
smart constructor.
Instances
newVeevaConnectorProfileCredentials Source #
Create a value of VeevaConnectorProfileCredentials
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:username:VeevaConnectorProfileCredentials'
, veevaConnectorProfileCredentials_username
- The name of the user.
$sel:password:VeevaConnectorProfileCredentials'
, veevaConnectorProfileCredentials_password
- The password that corresponds to the user name.
veevaConnectorProfileCredentials_username :: Lens' VeevaConnectorProfileCredentials Text Source #
The name of the user.
veevaConnectorProfileCredentials_password :: Lens' VeevaConnectorProfileCredentials Text Source #
The password that corresponds to the user name.