@Stability(value=Stable)
public static interface CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appflow.*;
ZendeskConnectorProfileCredentialsProperty zendeskConnectorProfileCredentialsProperty = ZendeskConnectorProfileCredentialsProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
// the properties below are optional
.accessToken("accessToken")
.connectorOAuthRequest(ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.Builder |
builder() |
default String |
getAccessToken()
`CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.AccessToken`.
|
String |
getClientId()
`CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.ClientId`.
|
String |
getClientSecret()
`CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.ClientSecret`.
|
default Object |
getConnectorOAuthRequest()
`CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.ConnectorOAuthRequest`.
|
@Stability(value=Stable) @Nullable default String getAccessToken()
@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @NotNull String getClientSecret()
@Stability(value=Stable) @Nullable default Object getConnectorOAuthRequest()
@Stability(value=Stable) static CfnConnectorProfile.ZendeskConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2021. All rights reserved.