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