| 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.ServiceNowConnectorProfileCredentials
Description
Synopsis
- data ServiceNowConnectorProfileCredentials = ServiceNowConnectorProfileCredentials' {}
- newServiceNowConnectorProfileCredentials :: Text -> Text -> ServiceNowConnectorProfileCredentials
- serviceNowConnectorProfileCredentials_username :: Lens' ServiceNowConnectorProfileCredentials Text
- serviceNowConnectorProfileCredentials_password :: Lens' ServiceNowConnectorProfileCredentials Text
Documentation
data ServiceNowConnectorProfileCredentials Source #
The connector-specific profile credentials required when using ServiceNow.
See: newServiceNowConnectorProfileCredentials smart constructor.
Constructors
| ServiceNowConnectorProfileCredentials' | |
Instances
newServiceNowConnectorProfileCredentials Source #
Arguments
| :: Text | |
| -> Text | |
| -> ServiceNowConnectorProfileCredentials |
Create a value of ServiceNowConnectorProfileCredentials 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:ServiceNowConnectorProfileCredentials', serviceNowConnectorProfileCredentials_username - The name of the user.
$sel:password:ServiceNowConnectorProfileCredentials', serviceNowConnectorProfileCredentials_password - The password that corresponds to the user name.
serviceNowConnectorProfileCredentials_username :: Lens' ServiceNowConnectorProfileCredentials Text Source #
The name of the user.
serviceNowConnectorProfileCredentials_password :: Lens' ServiceNowConnectorProfileCredentials Text Source #
The password that corresponds to the user name.