Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/CommentDto1Author.md
2025-02-03 22:09:17 +00:00

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-dto1-author CommentDto1Author CommentDto1Author CommentDto1Author powershellsdk
powershell
PowerShell
sdk
CommentDto1Author
BetaCommentDto1Author
/tools/sdk/powershell/beta/models/comment-dto1-author
SDK
Software Development Kit
CommentDto1Author
BetaCommentDto1Author

CommentDto1Author

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
$CommentDto1Author = Initialize-PSSailpoint.BetaCommentDto1Author  -Type IDENTITY `
 -Id 2c9180847e25f377017e2ae8cae4650b `
 -Name john.doe
  • Convert the resource to JSON
$CommentDto1Author | ConvertTo-JSON

[Back to top]