Comment
Import this model from the entry point of its package:
import { Comment } from '@sailpoint/angular-sdk/account_activities';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| commenterId | (optional) string | Id of the identity making the comment | [default to undefined] |
| commenterName | (optional) string | Human-readable display name of the identity making the comment | [default to undefined] |
| body | (optional) string | Content of the comment | [default to undefined] |
| date | (optional) string | Date and time comment was made | [default to undefined] |