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

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

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.

Functions

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