다음을 통해 공유


ISlackChannel.RegisterBeforeOAuthFlow Property

Definition

Whether to register the settings before OAuth validation is performed. Recommended to True.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether to register the settings before OAuth validation is performed. Recommended to True.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="registerBeforeOAuthFlow")]
public bool? RegisterBeforeOAuthFlow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether to register the settings before OAuth validation is performed. Recommended to True.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="registerBeforeOAuthFlow")>]
member this.RegisterBeforeOAuthFlow : Nullable<bool> with get, set
Public Property RegisterBeforeOAuthFlow As Nullable(Of Boolean)

Property Value

Attributes

Applies to