| 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.AppFlow.Types.VeevaConnectorProfileCredentials
Description
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.
Constructors
| VeevaConnectorProfileCredentials' | |
Instances
newVeevaConnectorProfileCredentials Source #
Arguments
| :: Text | |
| -> Text | |
| -> VeevaConnectorProfileCredentials |
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.