Connector Profile Connector Profile Config Connector Profile Credentials Custom Connector Oauth2Args
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2Args(val accessToken: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2Args>
Constructors
Link copied to clipboard
constructor(accessToken: Output<String>? = null, clientId: Output<String>? = null, clientSecret: Output<String>? = null, oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequestArgs>? = null, refreshToken: Output<String>? = null)
Properties
Link copied to clipboard
The access token used to access the connector on your behalf.
Link copied to clipboard
The client secret used by the OAuth client to authenticate to the authorization server.
Link copied to clipboard
val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequestArgs>? = null
Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.
Link copied to clipboard
The refresh token used to refresh an expired access token.