mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-comment-dto-author | CommentDtoAuthor | CommentDtoAuthor | CommentDtoAuthor | powershellsdk |
|
/tools/sdk/powershell/v2025/models/comment-dto-author |
|
CommentDtoAuthor
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | The type of object | [optional] |
| Id | String | The unique ID of the object | [optional] |
| Name | String | The display name of the object | [optional] |
Examples
- Prepare the resource
$CommentDtoAuthor = Initialize-PSSailpoint.V2025CommentDtoAuthor -Type IDENTITY `
-Id 2c9180847e25f377017e2ae8cae4650b `
-Name john.doe
- Convert the resource to JSON
$CommentDtoAuthor | ConvertTo-JSON