Skip to main content

CommentDtoAuthor

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]The type of object[optional]
IdStringThe unique ID of the object[optional]
NameStringThe display name of the object[optional]

Examples

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

[Back to top]