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

Description

 
Synopsis

Documentation

data GoogleAnalyticsConnectorProfileCredentials Source #

The connector-specific profile credentials required by Google Analytics.

See: newGoogleAnalyticsConnectorProfileCredentials smart constructor.

Constructors

GoogleAnalyticsConnectorProfileCredentials' 

Fields

Instances

Instances details
Eq GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

Show GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

Generic GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

NFData GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

Hashable GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

ToJSON GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

type Rep GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

type Rep GoogleAnalyticsConnectorProfileCredentials = D1 ('MetaData "GoogleAnalyticsConnectorProfileCredentials" "Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "GoogleAnalyticsConnectorProfileCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "refreshToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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))))))

newGoogleAnalyticsConnectorProfileCredentials Source #

Create a value of GoogleAnalyticsConnectorProfileCredentials 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:GoogleAnalyticsConnectorProfileCredentials', googleAnalyticsConnectorProfileCredentials_accessToken - The credentials used to access protected Google Analytics resources.

$sel:refreshToken:GoogleAnalyticsConnectorProfileCredentials', googleAnalyticsConnectorProfileCredentials_refreshToken - The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.

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

$sel:clientId:GoogleAnalyticsConnectorProfileCredentials', googleAnalyticsConnectorProfileCredentials_clientId - The identifier for the desired client.

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

googleAnalyticsConnectorProfileCredentials_accessToken :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe Text) Source #

The credentials used to access protected Google Analytics resources.

googleAnalyticsConnectorProfileCredentials_refreshToken :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe Text) Source #

The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.

googleAnalyticsConnectorProfileCredentials_oAuthRequest :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe ConnectorOAuthRequest) Source #

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

googleAnalyticsConnectorProfileCredentials_clientSecret :: Lens' GoogleAnalyticsConnectorProfileCredentials Text Source #

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