Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk
-
public final class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
accessToken()
static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.Builder
builder()
static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.Builder
builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk defaults)
java.lang.String
clientId()
java.lang.String
clientSecret()
java.util.Optional<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest>
oauthRequest()
-
-
-
Method Detail
-
accessToken
public java.util.Optional<java.lang.String> accessToken()
- Returns:
- The access token used to access the connector on your behalf.
-
clientId
public java.lang.String clientId()
- Returns:
- The identifier for the desired client.
-
clientSecret
public java.lang.String clientSecret()
- Returns:
- The client secret used by the OAuth client to authenticate to the authorization server.
-
oauthRequest
public java.util.Optional<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest> oauthRequest()
- Returns:
- Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.Builder builder()
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.Builder builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk defaults)
-
-