IdentityownershipassociationdetailsAssociationDetailsInner
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.identityownershipassociationdetails_association_details_inner import IdentityownershipassociationdetailsAssociationDetailsInner
identityownershipassociationdetails_association_details_inner = IdentityownershipassociationdetailsAssociationDetailsInner(
association_type='ROLE_OWNER',
entities={"id":"b660a232f05b4e04812ca974b3011e0f","name":"Gaston.800ddf9640a","type":"ROLE"}
)