Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/CommentDtoAuthor.md
2025-01-28 13:29:29 -05:00

1.1 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
v2024-comment-dto-author CommentDtoAuthor CommentDtoAuthor CommentDtoAuthor powershellsdk
powershell
PowerShell
sdk
CommentDtoAuthor
V2024CommentDtoAuthor
/tools/sdk/powershell/v2024/models/comment-dto-author
SDK
Software Development Kit
CommentDtoAuthor
V2024CommentDtoAuthor

CommentDtoAuthor

Properties

Name Type Description Notes
Type Pointer to Enum [ "IDENTITY" ] The type of object [optional]
Id Pointer to String The unique ID of the object [optional]
Name Pointer to String The display name of the object [optional]

Examples

  • Prepare the resource
$CommentDtoAuthor = Initialize-PSSailpoint.V2024CommentDtoAuthor  -Type IDENTITY `
 -Id 2c9180847e25f377017e2ae8cae4650b `
 -Name john.doe
  • Convert the resource to JSON
$CommentDtoAuthor | ConvertTo-JSON

[Back to top]