Skip to main content

IdentityExceptionReportReference

Properties

NameTypeDescriptionNotes
TaskResultIdStringTask result ID.[optional]
ReportNameStringReport name.[optional]

Examples

  • Prepare the resource
$IdentityExceptionReportReference = Initialize-PSSailpoint.BetaIdentityExceptionReportReference  -TaskResultId null `
-ReportName My annual report
  • Convert the resource to JSON
$IdentityExceptionReportReference | ConvertTo-JSON

[Back to top]