AttributeDetails Class

Definition

The AttributeDetails.

public class AttributeDetails : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.AttributeDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.AttributeDetails>
type AttributeDetails = class
    interface IJsonModel<AttributeDetails>
    interface IPersistableModel<AttributeDetails>
Public Class AttributeDetails
Implements IJsonModel(Of AttributeDetails), IPersistableModel(Of AttributeDetails)
Inheritance
AttributeDetails
Implements

Properties

AttributeType

Gets the attribute type.

AttributeValue

Gets the attribute value.

Count

Gets the count.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

Recent

Gets the recent.

Sources

Gets the sources.

Explicit Interface Implementations

IJsonModel<AttributeDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AttributeDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AttributeDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AttributeDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AttributeDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to