mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.0 KiB
1.0 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-approval-comment1 | ApprovalComment1 | ApprovalComment1 | ApprovalComment1 | powershellsdk |
|
/tools/sdk/powershell/v2024/models/approval-comment1 |
|
ApprovalComment1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Author | ApprovalIdentity | [optional] | |
| Comment | String | Comment to be left on an approval | [optional] |
| CreatedDate | String | Date the comment was created | [optional] |
Examples
- Prepare the resource
$ApprovalComment1 = Initialize-PSSailpoint.V2024ApprovalComment1 -Author null `
-Comment Looks good `
-CreatedDate 2023-04-12T23:20:50.52Z
- Convert the resource to JSON
$ApprovalComment1 | ConvertTo-JSON