Share via


ThreatIntelligenceUserInfo Class

Definition

Data about a user or client application.

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

Properties

Email

The user's email address.

Name

The user's name.

ObjectId

The user's object ID.

Explicit Interface Implementations

IJsonModel<ThreatIntelligenceUserInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ThreatIntelligenceUserInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ThreatIntelligenceUserInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ThreatIntelligenceUserInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ThreatIntelligenceUserInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to