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.reports_data_extraction.models.identityprofileidentityerrorreportarguments import Identityprofileidentityerrorreportarguments

identityprofileidentityerrorreportarguments = Identityprofileidentityerrorreportarguments(
authoritative_source='1234sourceId5678902'
)

[Back to top]