IdentityProfileIdentityErrorReportArguments
Arguments for Identity Profile Identity Error report (IDENTITY_PROFILE_IDENTITY_ERROR)
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| authoritative_source | str | Source ID. | [required] |
| } |
Example
from sailpoint.v2025.models.identity_profile_identity_error_report_arguments import IdentityProfileIdentityErrorReportArguments
identity_profile_identity_error_report_arguments = IdentityProfileIdentityErrorReportArguments(
authoritative_source='1234sourceId5678902'
)