mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding v3 docs back in
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: approval-comment
|
||||
title: ApprovalComment
|
||||
pagination_label: ApprovalComment
|
||||
sidebar_label: ApprovalComment
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ApprovalComment']
|
||||
slug: /tools/sdk/powershell/v3/models/approval-comment
|
||||
tags: ['SDK', 'Software Development Kit', 'ApprovalComment']
|
||||
---
|
||||
|
||||
|
||||
# ApprovalComment
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Comment** | Pointer to **String** | The comment text | [optional]
|
||||
**Commenter** | Pointer to **String** | The name of the commenter | [optional]
|
||||
**Date** | Pointer to **System.DateTime** | A date-time in ISO-8601 format | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalComment = Initialize-PSSailpoint.V3ApprovalComment -Comment This request was autoapproved by our automated ETS subscriber. `
|
||||
-Commenter Automated AR Approval `
|
||||
-Date 2018-06-25T20:22:28.104Z
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ApprovalComment | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user