Share via


IIncidentCommentProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to