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