mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
985 B
985 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| non-employee-approval-decision | NonEmployeeApprovalDecision | NonEmployeeApprovalDecision | NonEmployeeApprovalDecision | powershellsdk |
|
/tools/sdk/powershell/v3/models/non-employee-approval-decision |
|
NonEmployeeApprovalDecision
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Comment | String | Comment on the approval item. | [optional] |
Examples
- Prepare the resource
$NonEmployeeApprovalDecision = Initialize-PSSailpoint.V3NonEmployeeApprovalDecision -Comment Approved by manager
- Convert the resource to JSON
$NonEmployeeApprovalDecision | ConvertTo-JSON