mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
1.5 KiB
1.5 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-association-details-association-details-inner | IdentityAssociationDetailsAssociationDetailsInner | IdentityAssociationDetailsAssociationDetailsInner | IdentityAssociationDetailsAssociationDetailsInner | pythonsdk |
|
/tools/sdk/python/beta/models/identity-association-details-association-details-inner |
|
IdentityAssociationDetailsAssociationDetailsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| association_type | str | association type with the identity | [optional] |
| entities | []IdentityEntities | the specific resource this identity has ownership on | [optional] |
| } |
Example
from sailpoint.beta.models.identity_association_details_association_details_inner import IdentityAssociationDetailsAssociationDetailsInner
identity_association_details_association_details_inner = IdentityAssociationDetailsAssociationDetailsInner(
association_type='CAMPAIGN_OWNER',
entities={id=b660a232f05b4e04812ca974b3011e0f, name=Gaston.800ddf9640a, type=CAMPAIGN_CAMPAIGNER}
)