ISiteContainer.AuthType Property

Definition

Auth Type

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Anonymous", "UserCredentials", "SystemIdentity", "UserAssigned" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Auth Type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="authType", Update=true)]
public string AuthType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Anonymous", "UserCredentials", "SystemIdentity", "UserAssigned" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Auth Type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="authType", Update=true)>]
member this.AuthType : string with get, set
Public Property AuthType As String

Property Value

Attributes

Applies to