IdentityExceptionReportReference
Properties
Name | Type | Description | Notes |
---|---|---|---|
task_result_id | str | Task result ID. | [optional] |
report_name | str | Report name. | [optional] |
} |
Example
from sailpoint.beta.models.identity_exception_report_reference import IdentityExceptionReportReference
identity_exception_report_reference = IdentityExceptionReportReference(
task_result_id='',
report_name='My annual report'
)