ConnectorProfileZendeskConnectorProfileCredentialsArgs

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

Constructors

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

Functions

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

Properties

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

The credentials used to access protected resources.

Link copied to clipboard
val clientId: Output<String>

The identifier for the desired client.

Link copied to clipboard
val clientSecret: Output<String>

The client secret used by the oauth client to authenticate to the authorization server.

Link copied to clipboard

The oauth needed to request security tokens from the connector endpoint.