Skip to main content

TaskResultDetailsReturnsInner

Properties

NameTypeDescriptionNotes
DisplayLabelStringAttribute description.[optional]
AttributeNameStringSystem or database attribute name.[optional]

Examples

  • Prepare the resource
$TaskResultDetailsReturnsInner = Initialize-PSSailpoint.V2024TaskResultDetailsReturnsInner  -DisplayLabel   `
-AttributeName
  • Convert the resource to JSON
$TaskResultDetailsReturnsInner | ConvertTo-JSON

[Back to top]