ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsArgs

Properties

Link copied to clipboard
val accessToken: Output<String>? = null
Link copied to clipboard
val clientId: Output<String>
Link copied to clipboard
val clientSecret: Output<String>
Link copied to clipboard
val refreshToken: Output<String>? = null