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 |
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.