ServicePrincipalInner.ServicePrincipalNames Property

Definition

Gets or sets a collection of service principal names.

[Newtonsoft.Json.JsonProperty(PropertyName="servicePrincipalNames")]
public System.Collections.Generic.IList<string> ServicePrincipalNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="servicePrincipalNames")>]
member this.ServicePrincipalNames : System.Collections.Generic.IList<string> with get, set
Public Property ServicePrincipalNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to