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 ZendeskConnectorProfileCredentials = ZendeskConnectorProfileCredentials' {}
- newZendeskConnectorProfileCredentials :: Text -> Text -> ZendeskConnectorProfileCredentials
- zendeskConnectorProfileCredentials_accessToken :: Lens' ZendeskConnectorProfileCredentials (Maybe Text)
- zendeskConnectorProfileCredentials_oAuthRequest :: Lens' ZendeskConnectorProfileCredentials (Maybe ConnectorOAuthRequest)
- zendeskConnectorProfileCredentials_clientId :: Lens' ZendeskConnectorProfileCredentials Text
- zendeskConnectorProfileCredentials_clientSecret :: Lens' ZendeskConnectorProfileCredentials Text
Documentation
data ZendeskConnectorProfileCredentials Source #
The connector-specific profile credentials required when using Zendesk.
See: newZendeskConnectorProfileCredentials
smart constructor.
ZendeskConnectorProfileCredentials' | |
|
Instances
newZendeskConnectorProfileCredentials Source #
Create a value of ZendeskConnectorProfileCredentials
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:accessToken:ZendeskConnectorProfileCredentials'
, zendeskConnectorProfileCredentials_accessToken
- The credentials used to access protected Zendesk resources.
$sel:oAuthRequest:ZendeskConnectorProfileCredentials'
, zendeskConnectorProfileCredentials_oAuthRequest
- The OAuth requirement needed to request security tokens from the
connector endpoint.
$sel:clientId:ZendeskConnectorProfileCredentials'
, zendeskConnectorProfileCredentials_clientId
- The identifier for the desired client.
$sel:clientSecret:ZendeskConnectorProfileCredentials'
, zendeskConnectorProfileCredentials_clientSecret
- The client secret used by the OAuth client to authenticate to the
authorization server.
zendeskConnectorProfileCredentials_accessToken :: Lens' ZendeskConnectorProfileCredentials (Maybe Text) Source #
The credentials used to access protected Zendesk resources.
zendeskConnectorProfileCredentials_oAuthRequest :: Lens' ZendeskConnectorProfileCredentials (Maybe ConnectorOAuthRequest) Source #
The OAuth requirement needed to request security tokens from the connector endpoint.
zendeskConnectorProfileCredentials_clientId :: Lens' ZendeskConnectorProfileCredentials Text Source #
The identifier for the desired client.
zendeskConnectorProfileCredentials_clientSecret :: Lens' ZendeskConnectorProfileCredentials Text Source #
The client secret used by the OAuth client to authenticate to the authorization server.