SlackChannelProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters to provide for the Slack channel.
public class SlackChannelProperties
type SlackChannelProperties = class
Public Class SlackChannelProperties
- Inheritance
-
SlackChannelProperties
Constructors
SlackChannelProperties(Boolean) |
Initializes a new instance of SlackChannelProperties. |
Properties
ClientId |
The Slack client id. |
ClientSecret |
The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty. |
IsEnabled |
Whether this channel is enabled for the bot. |
IsValidated |
Whether this channel is validated for the bot. |
LandingPageUri |
The Slack landing page Url. |
LastSubmissionId |
The Sms auth token. |
RedirectAction |
The Slack redirect action. |
RegisterBeforeOAuthFlow |
Whether to register the settings before OAuth validation is performed. Recommended to True. |
Scopes |
The Slack permission scopes. |
SigningSecret |
The Slack signing secret. |
VerificationToken |
The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty. |
Applies to
Azure SDK for .NET