AccountsExportReportArguments
Arguments for Account Export report (ACCOUNTS)
Properties
Name | Type | Description | Notes |
---|---|---|---|
application | str | Source ID. | [required] |
source_name | str | Source name. | [required] |
} |
Example
from sailpoint.v2024.models.accounts_export_report_arguments import AccountsExportReportArguments
accounts_export_report_arguments = AccountsExportReportArguments(
application='2c9180897eSourceIde781782f705b9',
source_name='Active Directory'
)