Share via


MetadataAuthor Class

Definition

Publisher or creator of the content item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MetadataAuthorTypeConverter))]
public class MetadataAuthor : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataAuthor
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MetadataAuthorTypeConverter))>]
type MetadataAuthor = class
    interface IMetadataAuthor
    interface IJsonSerializable
Public Class MetadataAuthor
Implements IMetadataAuthor
Inheritance
MetadataAuthor
Attributes
Implements

Constructors

MetadataAuthor()

Creates an new MetadataAuthor instance.

Properties

Email

Email of author contact

Link

Link for author/vendor page

Name

Name of the author. Company or person.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MetadataAuthor.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MetadataAuthor.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataAuthor.

FromJsonString(String)

Creates a new instance of MetadataAuthor, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MetadataAuthor into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to