Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest
-
public final class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
authCode()
static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest.Builder
builder()
static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest.Builder
builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest defaults)
java.util.Optional<java.lang.String>
redirectUri()
-
-
-
Method Detail
-
authCode
public java.util.Optional<java.lang.String> authCode()
- Returns:
- The code provided by the connector when it has been authenticated via the connected app.
-
redirectUri
public java.util.Optional<java.lang.String> redirectUri()
- Returns:
- The URL to which the authentication server redirects the browser after authorization has been granted.
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest.Builder builder()
-
-