mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-comment-dto-author | CommentDtoAuthor | CommentDtoAuthor | CommentDtoAuthor | powershellsdk |
|
/tools/sdk/powershell/beta/models/comment-dto-author |
|
CommentDtoAuthor
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | DTO type of the commenting identity. | [optional] |
| Id | String | ID of the commenting identity. | [optional] |
| Name | String | Display name of the commenting identity. | [optional] |
Examples
- Prepare the resource
$CommentDtoAuthor = Initialize-BetaCommentDtoAuthor -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name Adam Kennedy
- Convert the resource to JSON
$CommentDtoAuthor | ConvertTo-JSON