Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/RequestedItemStatusRequesterComment.md
2025-05-07 14:37:48 +00:00

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-requested-item-status-requester-comment RequestedItemStatusRequesterComment RequestedItemStatusRequesterComment RequestedItemStatusRequesterComment powershellsdk
powershell
PowerShell
sdk
RequestedItemStatusRequesterComment
V2025RequestedItemStatusRequesterComment
/tools/sdk/powershell/v2025/models/requested-item-status-requester-comment
SDK
Software Development Kit
RequestedItemStatusRequesterComment
V2025RequestedItemStatusRequesterComment

RequestedItemStatusRequesterComment

Properties

Name Type Description Notes
Comment String Comment content. [optional]
Created System.DateTime Date and time comment was created. [optional]
Author CommentDtoAuthor [optional]

Examples

  • Prepare the resource
$RequestedItemStatusRequesterComment = Initialize-V2025RequestedItemStatusRequesterComment  -Comment This is a comment. `
 -Created 2017-07-11T18:45:37.098Z `
 -Author null
  • Convert the resource to JSON
$RequestedItemStatusRequesterComment | ConvertTo-JSON

[Back to top]