Connector Profile Google Analytics Connector Profile Credentials Args
data class ConnectorProfileGoogleAnalyticsConnectorProfileCredentialsArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileGoogleAnalyticsConnectorProfileCredentialsArgs>
Constructors
Link copied to clipboard
constructor(accessToken: Output<String>? = null, clientId: Output<String>, clientSecret: Output<String>, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, refreshToken: Output<String>? = null)
Properties
Link copied to clipboard
The credentials used to access protected resources.
Link copied to clipboard
The client secret used by the oauth client to authenticate to the authorization server.
Link copied to clipboard
The oauth needed to request security tokens from the connector endpoint.
Link copied to clipboard
The credentials used to acquire new access tokens.