Share via


IClientInfo Interface

Definition

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

Properties

Email

The email of the client.

Name

The name of the client.

ObjectId

The object id of the client.

UserPrincipalName

The user principal name of the client.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to