IdentityInfo.IsSystemAssignedIdentity Property

Definition

Gets or sets to differentiate if the managed identity is system assigned or user assigned

[Newtonsoft.Json.JsonProperty(PropertyName="isSystemAssignedIdentity")]
public bool? IsSystemAssignedIdentity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSystemAssignedIdentity")>]
member this.IsSystemAssignedIdentity : Nullable<bool> with get, set
Public Property IsSystemAssignedIdentity As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to