mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: completed-approval-pre-approval-trigger-result
|
||||
title: CompletedApprovalPreApprovalTriggerResult
|
||||
pagination_label: CompletedApprovalPreApprovalTriggerResult
|
||||
sidebar_label: CompletedApprovalPreApprovalTriggerResult
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'CompletedApprovalPreApprovalTriggerResult', 'CompletedApprovalPreApprovalTriggerResult']
|
||||
slug: /tools/sdk/powershell/v3/models/completed-approval-pre-approval-trigger-result
|
||||
tags: ['SDK', 'Software Development Kit', 'CompletedApprovalPreApprovalTriggerResult', 'CompletedApprovalPreApprovalTriggerResult']
|
||||
---
|
||||
|
||||
|
||||
# CompletedApprovalPreApprovalTriggerResult
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Comment** | Pointer to **String** | The comment from the trigger | [optional]
|
||||
**Decision** | Pointer to [**CompletedApprovalState**](completed-approval-state) | | [optional]
|
||||
**Reviewer** | Pointer to **String** | The name of the approver | [optional]
|
||||
**Date** | Pointer to **System.DateTime** | The date and time the trigger decided on the request | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$CompletedApprovalPreApprovalTriggerResult = Initialize-PSSailpoint.V3CompletedApprovalPreApprovalTriggerResult -Comment This request was autoapproved by our automated ETS subscriber `
|
||||
-Decision null `
|
||||
-Reviewer Automated AR Approval `
|
||||
-Date 2022-06-07T19:18:40.748Z
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$CompletedApprovalPreApprovalTriggerResult | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user