mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.8 KiB
1.8 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-non-employee-approval-item | NonEmployeeApprovalItem | NonEmployeeApprovalItem | NonEmployeeApprovalItem | powershellsdk |
|
/tools/sdk/powershell/v2025/models/non-employee-approval-item |
|
NonEmployeeApprovalItem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Non-Employee approval item id | [optional] |
| Approver | NonEmployeeIdentityReferenceWithId | [optional] | |
| AccountName | String | Requested identity account name | [optional] |
| ApprovalStatus | ApprovalStatus | [optional] | |
| ApprovalOrder | Double | Approval order | [optional] |
| Comment | String | comment of approver | [optional] |
| Modified | System.DateTime | When the request was last modified. | [optional] |
| Created | System.DateTime | When the request was created. | [optional] |
| NonEmployeeRequest | NonEmployeeRequestLite | [optional] |
Examples
- Prepare the resource
$NonEmployeeApprovalItem = Initialize-V2025NonEmployeeApprovalItem -Id 2c1e388b-1e55-4b0a-ab5c-897f1204159c `
-Approver null `
-AccountName test.account `
-ApprovalStatus null `
-ApprovalOrder 1 `
-Comment I approve `
-Modified 2019-08-23T18:52:59.162Z `
-Created 2019-08-23T18:40:35.772Z `
-NonEmployeeRequest null
- Convert the resource to JSON
$NonEmployeeApprovalItem | ConvertTo-JSON