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.beta.models.identity_ownership_association_details_association_details_inner import IdentityOwnershipAssociationDetailsAssociationDetailsInner
identity_ownership_association_details_association_details_inner = IdentityOwnershipAssociationDetailsAssociationDetailsInner(
association_type='ROLE_OWNER',
entities={id=b660a232f05b4e04812ca974b3011e0f, name=Gaston.800ddf9640a, type=ROLE}
)