Connector Profile Zendesk Connector Profile Credentials Args
data class ConnectorProfileZendeskConnectorProfileCredentialsArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null) : ConvertibleToJava<ConnectorProfileZendeskConnectorProfileCredentialsArgs>
Constructors
Link copied to clipboard
constructor(accessToken: Output<String>? = null, clientId: Output<String>, clientSecret: Output<String>, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null)