Share via


SecurityInsightsMetadataAuthor Class

Definition

Publisher or creator of the content item.

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

Constructors

SecurityInsightsMetadataAuthor()

Initializes a new instance of SecurityInsightsMetadataAuthor.

Properties

Email

Email of author contact.

Link

Link for author/vendor page.

Name

Name of the author. Company or person.

Explicit Interface Implementations

IJsonModel<SecurityInsightsMetadataAuthor>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsMetadataAuthor>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsMetadataAuthor>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsMetadataAuthor>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsMetadataAuthor>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to