mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding all powershell doc versions back
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
---
|
||||
id: v2024-approval1
|
||||
title: Approval1
|
||||
pagination_label: Approval1
|
||||
sidebar_label: Approval1
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Approval1']
|
||||
slug: /tools/sdk/powershell/v2024/models/approval1
|
||||
tags: ['SDK', 'Software Development Kit', 'Approval1']
|
||||
---
|
||||
|
||||
|
||||
# Approval1
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Comments** | Pointer to [**[]ApprovalComment2**](approval-comment2) | | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | A date-time in ISO-8601 format | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | A date-time in ISO-8601 format | [optional]
|
||||
**Owner** | Pointer to [**AccountSource**](account-source) | | [optional]
|
||||
**Result** | Pointer to **String** | The result of the approval | [optional]
|
||||
**Type** | Pointer to **String** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Approval1 = Initialize-PSSailpoint.V2024Approval1 -Comments null `
|
||||
-Created 2018-06-25T20:22:28.104Z `
|
||||
-Modified 2018-06-25T20:22:28.104Z `
|
||||
-Owner null `
|
||||
-Result Finished `
|
||||
-Type null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Approval1 | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user