Slack Channel Properties Args
data class SlackChannelPropertiesArgs(val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val isEnabled: Output<Boolean>, val landingPageUrl: Output<String>? = null, val scopes: Output<String>? = null, val signingSecret: Output<String>? = null, val verificationToken: Output<String>? = null) : ConvertibleToJava<SlackChannelPropertiesArgs>
The parameters to provide for the Slack channel.
Properties
Link copied to clipboard
The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.
Link copied to clipboard
The Slack landing page Url
Link copied to clipboard
The Slack signing secret.
Link copied to clipboard
The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.