Skip to main content

AccountsExportReportArguments

Arguments for Account Export report (ACCOUNTS)

Properties

NameTypeDescriptionNotes
applicationstrSource ID.[required]
source_namestrSource name.[required]
}

Example

from sailpoint.v2024.models.accounts_export_report_arguments import AccountsExportReportArguments

accounts_export_report_arguments = AccountsExportReportArguments(
application='2c9180897eSourceIde781782f705b9',
source_name='Active Directory'
)

[Back to top]