ISiteAuthSettingsProperties.AuthFilePath Property

Definition

The path of the config file containing auth settings. If the path is relative, base will the site's root directory.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The path of the config file containing auth settings.\r\n        If the path is relative, base will the site's root directory.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="authFilePath", Update=true)]
public string AuthFilePath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The path of the config file containing auth settings.\r\n        If the path is relative, base will the site's root directory.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="authFilePath", Update=true)>]
member this.AuthFilePath : string with get, set
Public Property AuthFilePath As String

Property Value

Attributes

Applies to