ReportAssetSummaryPayload Class

Definition

A request body used to retrieve summary asset information. One and only one collection of summary identifiers must be provided: filters, metrics, or metricCategories.

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

Constructors

ReportAssetSummaryPayload()

Initializes a new instance of ReportAssetSummaryPayload.

Properties

Filters

Query filters to apply to the asset summary.

GroupBy

A parameter to group the assets by (first level facet field), only used when the chosen summary identifier is filters.

LabelName

Currently unused.

MetricCategories

Categories to retrieve risk reporting data for.

Metrics

Metrics to retrieve risk reporting data for.

SegmentBy

A parameter to segment the assets by (second level facet field), only used when the chosen summary identifier is filters.

Explicit Interface Implementations

IJsonModel<ReportAssetSummaryPayload>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReportAssetSummaryPayload>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReportAssetSummaryPayload>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReportAssetSummaryPayload>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReportAssetSummaryPayload>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to