ConnectorProfileSapoDataConnectorProfileCredentialsOAuthCredentialsPropertiesArgs

data class ConnectorProfileSapoDataConnectorProfileCredentialsOAuthCredentialsPropertiesArgs(val accessToken: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileSapoDataConnectorProfileCredentialsOAuthCredentialsPropertiesArgs>

The SAPOData OAuth type authentication credentials.

Constructors

constructor(accessToken: Output<String>? = null, clientId: Output<String>? = null, clientSecret: Output<String>? = null, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, refreshToken: Output<String>? = null)

Properties

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

Functions

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