public static final class CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccessToken()
The credentials used to access protected Zendesk resources.
|
java.lang.String |
getClientId()
The identifier for the desired client.
|
java.lang.String |
getClientSecret()
The client secret used by the OAuth client to authenticate to the authorization server.
|
java.lang.Object |
getConnectorOAuthRequest()
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getClientId()
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
getClientId
in interface CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
public final java.lang.String getClientSecret()
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
getClientSecret
in interface CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
public final java.lang.String getAccessToken()
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
getAccessToken
in interface CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
public final java.lang.Object getConnectorOAuthRequest()
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
getConnectorOAuthRequest
in interface CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()