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
fun ConnectorProfileGoogleAnalyticsConnectorProfileCredentialsArgs(accessToken: Output<String>? = null, clientId: Output<String>, clientSecret: Output<String>, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, refreshToken: Output<String>? = null)