Skip to main content

Auditdetails

Audit details for the reassignment configuration of an identity

Properties

NameTypeDescriptionNotes
createddatetimeInitial date and time when the record was created[optional]
created_byIdentity2[optional]
modifieddatetimeLast modified date and time for the record[optional]
modified_byIdentity2[optional]
}

Example

from sailpoint.work_reassignment.models.auditdetails import Auditdetails

auditdetails = Auditdetails(
created='2022-07-21T11:13:12.345Z',
created_by=sailpoint.work_reassignment.models.identity_2.identity-2(
id = '2c91808380aa05580180aaaaf1940410',
name = 'William Wilson', ),
modified='2022-07-21T11:13:12.345Z',
modified_by=sailpoint.work_reassignment.models.identity_2.identity-2(
id = '2c91808380aa05580180aaaaf1940410',
name = 'William Wilson', )
)

[Back to top]