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.identities.models.identityassociationdetails_association_details_inner import IdentityassociationdetailsAssociationDetailsInner
identityassociationdetails_association_details_inner = IdentityassociationdetailsAssociationDetailsInner(
association_type='CAMPAIGN_OWNER',
entities={"id":"b660a232f05b4e04812ca974b3011e0f","name":"Gaston.800ddf9640a","type":"CAMPAIGN_CAMPAIGNER"}
)