mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.6 KiB
1.6 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-identity-association-details | IdentityAssociationDetails | IdentityAssociationDetails | IdentityAssociationDetails | pythonsdk |
|
/tools/sdk/python/v2024/models/identity-association-details |
|
IdentityAssociationDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| message | str | any additional context information of the http call result | [optional] |
| association_details | []IdentityAssociationDetailsAssociationDetailsInner | list of all the resource associations for the identity | [optional] |
| } |
Example
from sailpoint.v2024.models.identity_association_details import IdentityAssociationDetails
identity_association_details = IdentityAssociationDetails(
message='Identity cannot be deleted as it is owner of following resources',
association_details=[
sailpoint.v2024.models.identity_association_details_association_details_inner.IdentityAssociationDetails_associationDetails_inner(
association_type = 'CAMPAIGN_OWNER',
entities = {id=b660a232f05b4e04812ca974b3011e0f, name=Gaston.800ddf9640a, type=CAMPAIGN_CAMPAIGNER}, )
]
)