Share via


IAuthConfigProperties.PlatformEnabled Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="<code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)]
public bool? PlatformEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="<code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)>]
member this.PlatformEnabled : Nullable<bool> with get, set
Public Property PlatformEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to