Skip to main content

CommentDtoAuthor

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of the commenting identity.[optional]
IdStringID of the commenting identity.[optional]
NameStringDisplay name of the commenting identity.[optional]

Examples

  • Prepare the resource
$CommentDtoAuthor = Initialize-PSSailpoint.BetaCommentDtoAuthor  -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name Adam Kennedy
  • Convert the resource to JSON
$CommentDtoAuthor | ConvertTo-JSON

[Back to top]