Sdílet prostřednictvím


SecurityInsightsUserInfo Class

Definition

User information that made some action.

public class SecurityInsightsUserInfo
public class SecurityInsightsUserInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo>
type SecurityInsightsUserInfo = class
type SecurityInsightsUserInfo = class
    interface IJsonModel<SecurityInsightsUserInfo>
    interface IPersistableModel<SecurityInsightsUserInfo>
Public Class SecurityInsightsUserInfo
Public Class SecurityInsightsUserInfo
Implements IJsonModel(Of SecurityInsightsUserInfo), IPersistableModel(Of SecurityInsightsUserInfo)
Inheritance
SecurityInsightsUserInfo
Implements

Constructors

SecurityInsightsUserInfo()

Initializes a new instance of SecurityInsightsUserInfo.

Properties

Email

The email of the user.

Name

The name of the user.

ObjectId

The object id of the user.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SecurityInsightsUserInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsUserInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsUserInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsUserInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsUserInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to