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()
-
clientId
public java.lang.String clientId()
-
clientSecret
public java.lang.String clientSecret()
-
oauthRequest
public java.util.Optional<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest> oauthRequest()
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.Builder builder()
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk.Builder builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk defaults)
-
-