다음을 통해 공유


IHostSettingsResponse.ValidateAuthority Property

Definition

Per cloud OAuth setting on whether authority is validated

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Per cloud OAuth setting on whether authority is validated", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="ValidateAuthority")]
public bool? ValidateAuthority { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Per cloud OAuth setting on whether authority is validated", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="ValidateAuthority")>]
member this.ValidateAuthority : Nullable<bool> with get, set
Public Property ValidateAuthority As Nullable(Of Boolean)

Property Value

Attributes

Applies to