ISlackChannel.SigningSecret Property

Definition

The Slack signing secret.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The Slack signing secret.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="signingSecret", Update=true)]
public string SigningSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The Slack signing secret.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="signingSecret", Update=true)>]
member this.SigningSecret : string with get, set
Public Property SigningSecret As String

Property Value

Attributes

Applies to