Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack
-
public final class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
accessToken()
static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.Builder
builder()
static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.Builder
builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack defaults)
java.lang.String
clientId()
java.lang.String
clientSecret()
java.util.Optional<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest>
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<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest> oauthRequest()
- Returns:
- Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.Builder builder()
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack.Builder builder(ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack defaults)
-
-