mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-compare-response | IdentityCompareResponse | IdentityCompareResponse | IdentityCompareResponse | pythonsdk |
|
/tools/sdk/python/beta/models/identity-compare-response |
|
IdentityCompareResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| access_item_diff | map[string]object | Arbitrary 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.beta.models.identity_compare_response import IdentityCompareResponse
identity_compare_response = IdentityCompareResponse(
access_item_diff={
'key' : None
}
)