mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
41
docs/tools/sdk/powershell/Reference/V2024/Models/Comment.md
Normal file
41
docs/tools/sdk/powershell/Reference/V2024/Models/Comment.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: v2024-comment
|
||||
title: Comment
|
||||
pagination_label: Comment
|
||||
sidebar_label: Comment
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Comment', 'V2024Comment']
|
||||
slug: /tools/sdk/powershell/v2024/models/comment
|
||||
tags: ['SDK', 'Software Development Kit', 'Comment', 'V2024Comment']
|
||||
---
|
||||
|
||||
|
||||
# Comment
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CommenterId** | Pointer to **String** | Id of the identity making the comment | [optional]
|
||||
**CommenterName** | Pointer to **String** | Human-readable display name of the identity making the comment | [optional]
|
||||
**Body** | Pointer to **String** | Content of the comment | [optional]
|
||||
**Date** | Pointer to **System.DateTime** | Date and time comment was made | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Comment = Initialize-PSSailpoint.V2024Comment -CommenterId 2c918084660f45d6016617daa9210584 `
|
||||
-CommenterName Adam Kennedy `
|
||||
-Body Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat. `
|
||||
-Date 2017-07-11T18:45:37.098Z
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Comment | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user