Sdílet prostřednictvím


AttestationEvidence Class

Definition

A piece of evidence supporting the compliance state set in the attestation.

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

Constructors

AttestationEvidence()

Initializes a new instance of AttestationEvidence.

Properties

Description

The description for this piece of evidence.

SourceUri

The URI location of the evidence.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AttestationEvidence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AttestationEvidence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AttestationEvidence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AttestationEvidence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AttestationEvidence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to