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.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"}
)

[Back to top]