libZSservicesZSamazonka-appflowZSamazonka-appflow
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Description

 
Synopsis

Documentation

data SlackConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Slack.

See: newSlackConnectorProfileCredentials smart constructor.

Constructors

SlackConnectorProfileCredentials' 

Fields

Instances

Instances details
Eq SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Show SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Generic SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Associated Types

type Rep SlackConnectorProfileCredentials :: Type -> Type #

NFData SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Hashable SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

ToJSON SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

type Rep SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

type Rep SlackConnectorProfileCredentials = D1 ('MetaData "SlackConnectorProfileCredentials" "Amazonka.AppFlow.Types.SlackConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SlackConnectorProfileCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "oAuthRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOAuthRequest))) :*: (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newSlackConnectorProfileCredentials Source #

Create a value of SlackConnectorProfileCredentials 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:SlackConnectorProfileCredentials', slackConnectorProfileCredentials_accessToken - The credentials used to access protected Slack resources.

$sel:oAuthRequest:SlackConnectorProfileCredentials', slackConnectorProfileCredentials_oAuthRequest - The OAuth requirement needed to request security tokens from the connector endpoint.

$sel:clientId:SlackConnectorProfileCredentials', slackConnectorProfileCredentials_clientId - The identifier for the client.

$sel:clientSecret:SlackConnectorProfileCredentials', slackConnectorProfileCredentials_clientSecret - The client secret used by the OAuth client to authenticate to the authorization server.

slackConnectorProfileCredentials_accessToken :: Lens' SlackConnectorProfileCredentials (Maybe Text) Source #

The credentials used to access protected Slack resources.

slackConnectorProfileCredentials_oAuthRequest :: Lens' SlackConnectorProfileCredentials (Maybe ConnectorOAuthRequest) Source #

The OAuth requirement needed to request security tokens from the connector endpoint.

slackConnectorProfileCredentials_clientSecret :: Lens' SlackConnectorProfileCredentials Text Source #

The client secret used by the OAuth client to authenticate to the authorization server.