다음을 통해 공유


IBotProperties.AppPasswordHint Property

Definition

The hint (e.g. keyVault secret resourceId) on how to fetch the app secret

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The hint (e.g. keyVault secret resourceId) on how to fetch the app secret", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appPasswordHint")]
public string AppPasswordHint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The hint (e.g. keyVault secret resourceId) on how to fetch the app secret", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appPasswordHint")>]
member this.AppPasswordHint : string with get, set
Public Property AppPasswordHint As String

Property Value

Attributes

Applies to