mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.7 KiB
1.7 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-approval-reassignment-history | ApprovalReassignmentHistory | ApprovalReassignmentHistory | ApprovalReassignmentHistory | powershellsdk |
|
/tools/sdk/powershell/v2025/models/approval-reassignment-history |
|
ApprovalReassignmentHistory
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CommentID | String | Unique identifier for the comment associated with the reassignment. | [optional] |
| ReassignedFrom | ApprovalIdentity | [optional] | |
| ReassignedTo | ApprovalIdentity | [optional] | |
| Reassigner | ApprovalIdentity | [optional] | |
| ReassignmentDate | System.DateTime | Date and time when the reassignment occurred. | [optional] |
| ReassignmentType | Enum [ "ESCALATION", "MANUAL_REASSIGNMENT", "AUTO_REASSIGNMENT" ] | Type of reassignment, such as escalation or manual reassignment. | [optional] |
Examples
- Prepare the resource
$ApprovalReassignmentHistory = Initialize-V2025ApprovalReassignmentHistory -CommentID f47ac10b-58cc-4372-a567-0e02b2c3d479 `
-ReassignedFrom null `
-ReassignedTo null `
-Reassigner null `
-ReassignmentDate 2023-10-01T12:34:56.789Z `
-ReassignmentType ESCALATION
- Convert the resource to JSON
$ApprovalReassignmentHistory | ConvertTo-JSON