Share via


IncidentCommentProperties Class

Definition

Incident comment property bag.

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

Constructors

IncidentCommentProperties()

Creates an new IncidentCommentProperties instance.

Properties

AuthorEmail

The email of the client.

AuthorName

The name of the client.

AuthorObjectId

The object id of the client.

AuthorUserPrincipalName

The user principal name of the client.

CreatedTimeUtc

The time the comment was created

LastModifiedTimeUtc

The time the comment was updated

Message

The comment message

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentCommentProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentCommentProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentCommentProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to