Share via


ServicePrincipalBase.AccountEnabled Property

Definition

Gets or sets whether or not the service principal account is enabled

[Newtonsoft.Json.JsonProperty(PropertyName="accountEnabled")]
public string AccountEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountEnabled")>]
member this.AccountEnabled : string with get, set
Public Property AccountEnabled As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to