Share via


UserInner.UserType Property

Definition

Gets or sets a string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Possible values include: 'Member', 'Guest'

[Newtonsoft.Json.JsonProperty(PropertyName="userType")]
public Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserType UserType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userType")>]
member this.UserType : Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserType with get, set
Public Property UserType As UserType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to