LifecycleComment
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CommentId | String | Server-assigned comment identifier. | [optional] |
| Author | LifecycleCommentAuthorReference | [optional] | |
| Comment | String | Free-text comment body. | [optional] |
| CreatedAt | System.DateTime | Time when the comment was created (ISO-8601). | [optional] |
Examples
- Prepare the resource
$LifecycleComment = Initialize-LifecycleComment -CommentId cmt-001 `
-Author null `
-Comment Suspending agent until security review completes `
-CreatedAt 2026-05-26T19:00Z
- Convert the resource to JSON
$LifecycleComment | ConvertTo-JSON