다음을 통해 공유


ISlackChannelProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.SlackChannelPropertiesTypeConverter))]
public interface ISlackChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.SlackChannelPropertiesTypeConverter))>]
type ISlackChannelProperties = interface
    interface IJsonSerializable
Public Interface ISlackChannelProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

LandingPageUrl

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.

Scope

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to