SecurityAssessmentMetadataPartner Class

Definition

Describes the partner that created the assessment.

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

Constructors

SecurityAssessmentMetadataPartner(String, String)

Initializes a new instance of SecurityAssessmentMetadataPartner.

Properties

PartnerName

Name of the company of the partner.

ProductName

Name of the product of the partner that created the assessment.

Secret

Secret to authenticate the partner and verify it created the assessment - write only.

Explicit Interface Implementations

IJsonModel<SecurityAssessmentMetadataPartner>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityAssessmentMetadataPartner>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityAssessmentMetadataPartner>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityAssessmentMetadataPartner>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityAssessmentMetadataPartner>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to