Skip to main content

IdentityProfileIdentityErrorReportArguments

Arguments for Identity Profile Identity Error report (IDENTITY_PROFILE_IDENTITY_ERROR)

Properties

NameTypeDescriptionNotes
authoritative_sourcestrSource ID.[required]
}

Example

from sailpoint.v3.models.identity_profile_identity_error_report_arguments import IdentityProfileIdentityErrorReportArguments

identity_profile_identity_error_report_arguments = IdentityProfileIdentityErrorReportArguments(
authoritative_source='1234sourceId5678902'
)

[Back to top]