Skip to main content

AccountsExportReportArguments

Properties

NameTypeDescriptionNotes
ApplicationStringSource ID.[required]
SourceNameStringSource name.[required]

Examples

  • Prepare the resource
$AccountsExportReportArguments = Initialize-PSSailpoint.V2024AccountsExportReportArguments  -Application 2c9180897eSourceIde781782f705b9 `
-SourceName Active Directory
  • Convert the resource to JSON
$AccountsExportReportArguments | ConvertTo-JSON

[Back to top]