mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2025-pre-approval-trigger-details
|
||||
title: PreApprovalTriggerDetails
|
||||
pagination_label: PreApprovalTriggerDetails
|
||||
sidebar_label: PreApprovalTriggerDetails
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'PreApprovalTriggerDetails', 'V2025PreApprovalTriggerDetails']
|
||||
slug: /tools/sdk/powershell/v2025/models/pre-approval-trigger-details
|
||||
tags: ['SDK', 'Software Development Kit', 'PreApprovalTriggerDetails', 'V2025PreApprovalTriggerDetails']
|
||||
---
|
||||
|
||||
|
||||
# PreApprovalTriggerDetails
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Comment** | **String** | Comment left for the pre-approval decision | [optional]
|
||||
**Reviewer** | **String** | The reviewer of the pre-approval decision | [optional]
|
||||
**Decision** | **Enum** [ "APPROVED", "REJECTED" ] | The decision of the pre-approval trigger | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$PreApprovalTriggerDetails = Initialize-PSSailpoint.V2025PreApprovalTriggerDetails -Comment Access is Approved `
|
||||
-Reviewer John Doe `
|
||||
-Decision APPROVED
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$PreApprovalTriggerDetails | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user