Share via


IUserInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20.UserInfoTypeConverter))]
public interface IUserInfo : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20.UserInfoTypeConverter))>]
type IUserInfo = interface
    interface IJsonSerializable
Public Interface IUserInfo
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Email

The email of the user.

Name

The name of the user.

ObjectId

The object id of the user.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to