open class SlackConnection : ProjectFeature
Project feature defining an OAuth connection settings for Slack
See Also
SlackConnection(init: SlackConnection.() -> Unit = {}, base: SlackConnection? = null) |
var botToken: String?
Bot token, xoxb-*** |
|
var clientId: String?
Client ID |
|
var clientSecret: String?
Client secret |
|
var displayName: String?
Human friendly connection name |
var id: String?
Project feature id, if not specified will be generated |
|
var type: String
Project feature type |