Skip to main content

IdentityProfileIdentityErrorReportArguments

Properties

NameTypeDescriptionNotes
AuthoritativeSourceStringSource ID.[required]

Examples

  • Prepare the resource
$IdentityProfileIdentityErrorReportArguments = Initialize-PSSailpoint.V2024IdentityProfileIdentityErrorReportArguments  -AuthoritativeSource 1234sourceId5678902
  • Convert the resource to JSON
$IdentityProfileIdentityErrorReportArguments | ConvertTo-JSON

[Back to top]