Skip to main content

LifecycleCommentAuthorReference

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY", "WORKGROUP", "API_TOKEN", "SYSTEM" ]Author category for the comment.[optional]
IdStringIdentifier of the comment author.[optional]
NameStringDisplay name of the comment author.[optional]

Examples

  • Prepare the resource
$LifecycleCommentAuthorReference = Initialize-LifecycleCommentAuthorReference  -Type IDENTITY `
-Id 2c9180858082150f0180893dbaf44201 `
-Name Pat Manager
  • Convert the resource to JSON
$LifecycleCommentAuthorReference | ConvertTo-JSON

[Back to top]