mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeApprovalItemBase', 'BetaNo
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Non-Employee approval item id | [optional]
|
||||
**Approver** | Pointer to [**IdentityReferenceWithId**](identity-reference-with-id) | | [optional]
|
||||
**AccountName** | Pointer to **String** | Requested identity account name | [optional]
|
||||
**ApprovalStatus** | Pointer to [**ApprovalStatus**](approval-status) | | [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]
|
||||
**Id** | **String** | Non-Employee approval item id | [optional]
|
||||
**Approver** | [**IdentityReferenceWithId**](identity-reference-with-id) | | [optional]
|
||||
**AccountName** | **String** | Requested identity account name | [optional]
|
||||
**ApprovalStatus** | [**ApprovalStatus**](approval-status) | | [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]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user