ServicePrincipalInner.AlternativeNames Property

Definition

Gets or sets alternative names

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to