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:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-comment-dto
|
||||
title: CommentDto
|
||||
pagination_label: CommentDto
|
||||
sidebar_label: CommentDto
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'CommentDto', 'BetaCommentDto']
|
||||
slug: /tools/sdk/powershell/beta/models/comment-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'CommentDto', 'BetaCommentDto']
|
||||
---
|
||||
|
||||
|
||||
# CommentDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Comment** | Pointer to **String** | Comment content. | [optional]
|
||||
**Author** | Pointer to [**CommentDtoAuthor**](comment-dto-author) | | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | Date and time comment was created. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$CommentDto = Initialize-PSSailpoint.BetaCommentDto -Comment This is a comment. `
|
||||
-Author null `
|
||||
-Created 2017-07-11T18:45:37.098Z
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$CommentDto | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user