Skip to main content

Comment

Properties

NameTypeDescriptionNotes
CommenterIdStringId of the identity making the comment[optional]
CommenterNameStringHuman-readable display name of the identity making the comment[optional]
BodyStringContent of the comment[optional]
DateSystem.DateTimeDate and time comment was made[optional]

Examples

  • Prepare the resource
$Comment = Initialize-PSSailpoint.V2024Comment  -CommenterId 2c918084660f45d6016617daa9210584 `
-CommenterName Adam Kennedy `
-Body Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat. `
-Date 2017-07-11T18:45:37.098Z
  • Convert the resource to JSON
$Comment | ConvertTo-JSON

[Back to top]