다음을 통해 공유


ISite.TrustedOrigin Property

Definition

List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="trustedOrigins")]
public string[] TrustedOrigin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="trustedOrigins")>]
member this.TrustedOrigin : string[] with get, set
Public Property TrustedOrigin As String()

Property Value

String[]
Attributes

Applies to