Share via


SiteAuthSettingsV2Properties.PlatformEnabled Property

Definition

true if the Authentication / Authorization feature is enabled for the current app; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)]
public bool? PlatformEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)>]
member this.PlatformEnabled : Nullable<bool> with get, set
Public Property PlatformEnabled As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to