class Aws::Appflow::Types::SlackConnectorProfileCredentials
The connector-specific profile credentials required when using Slack.
@note When making an API call, you may pass SlackConnectorProfileCredentials
data as a hash: { client_id: "ClientId", # required client_secret: "ClientSecret", # required access_token: "AccessToken", o_auth_request: { auth_code: "AuthCode", redirect_uri: "RedirectUri", }, }
@!attribute [rw] client_id
The identifier for the client. @return [String]
@!attribute [rw] client_secret
The client secret used by the OAuth client to authenticate to the authorization server. @return [String]
@!attribute [rw] access_token
The credentials used to access protected Slack resources. @return [String]
@!attribute [rw] o_auth_request
The OAuth requirement needed to request security tokens from the connector endpoint. @return [Types::ConnectorOAuthRequest]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SlackConnectorProfileCredentials AWS API Documentation
Constants
- SENSITIVE