IFacebookChannel.AppSecret Property

Definition

Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="appSecret", Update=true)]
public string AppSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="appSecret", Update=true)>]
member this.AppSecret : string with get, set
Public Property AppSecret As String

Property Value

Attributes

Applies to