Share via


UserInner.SignInNames Property

Definition

Gets or sets the sign-in names of the user.

[Newtonsoft.Json.JsonProperty(PropertyName="signInNames")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.SignInName> SignInNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="signInNames")>]
member this.SignInNames : System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.SignInName> with get, set
Public Property SignInNames As IList(Of SignInName)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to