Skip to main content

IdentityassociationdetailsAssociationDetailsInner

Properties

NameTypeDescriptionNotes
association_typestrassociation type with the identity[optional]
entities[]Identityentitiesthe 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"}
)

[Back to top]