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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-non-employee-approval-item-base | NonEmployeeApprovalItemBase | NonEmployeeApprovalItemBase | NonEmployeeApprovalItemBase | powershellsdk |
|
/tools/sdk/powershell/beta/models/non-employee-approval-item-base |
|
NonEmployeeApprovalItemBase
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | Non-Employee approval item id | [optional] |
| Approver | Pointer to IdentityReferenceWithId | [optional] | |
| AccountName | Pointer to String | Requested identity account name | [optional] |
| ApprovalStatus | Pointer to ApprovalStatus | [optional] | |
| ApprovalOrder | Pointer to Double | Approval order | [optional] |
| Comment | Pointer to String | comment of approver | [optional] |
| Modified | Pointer to System.DateTime | When the request was last modified. | [optional] |
| Created | Pointer to System.DateTime | When the request was created. | [optional] |
Examples
- Prepare the resource
$NonEmployeeApprovalItemBase = Initialize-PSSailpoint.BetaNonEmployeeApprovalItemBase -Id 2c1e388b-1e55-4b0a-ab5c-897f1204159c `
-Approver null `
-AccountName test.account `
-ApprovalStatus null `
-ApprovalOrder 1 `
-Comment true `
-Modified 2019-08-23T18:52:59.162Z `
-Created 2019-08-23T18:40:35.772Z
- Convert the resource to JSON
$NonEmployeeApprovalItemBase | ConvertTo-JSON