Connector Profile OAuth2Credentials Args
data class ConnectorProfileOAuth2CredentialsArgs(val accessToken: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val oAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileOAuth2CredentialsArgs>
Constructors
Link copied to clipboard
fun ConnectorProfileOAuth2CredentialsArgs(accessToken: Output<String>? = null, clientId: Output<String>? = null, clientSecret: Output<String>? = null, oAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, refreshToken: Output<String>? = null)