Skip to main content

Identitycompareresponse

Properties

NameTypeDescriptionNotes
access_item_diffmap[string]objectArbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check.[optional]
}

Example

from sailpoint.identity_history.models.identitycompareresponse import Identitycompareresponse

identitycompareresponse = Identitycompareresponse(
access_item_diff={
'key' : None
}
)

[Back to top]