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 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.
Instances
Eq ServiceNowConnectorProfileCredentials Source # | |
Show ServiceNowConnectorProfileCredentials Source # | |
Generic ServiceNowConnectorProfileCredentials Source # | |
NFData ServiceNowConnectorProfileCredentials Source # | |
Hashable ServiceNowConnectorProfileCredentials Source # | |
ToJSON ServiceNowConnectorProfileCredentials Source # | |
type Rep ServiceNowConnectorProfileCredentials Source # | |
Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials type Rep ServiceNowConnectorProfileCredentials = D1 ('MetaData "ServiceNowConnectorProfileCredentials" "Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ServiceNowConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))) |
newServiceNowConnectorProfileCredentials Source #
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.