mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-entities | IdentityEntities | IdentityEntities | IdentityEntities | pythonsdk |
|
/tools/sdk/python/beta/models/identity-entities |
|
IdentityEntities
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| identity_entity | IdentityEntitiesIdentityEntity | [optional] | |
| } |
Example
from sailpoint.beta.models.identity_entities import IdentityEntities
identity_entities = IdentityEntities(
identity_entity=sailpoint.beta.models.identity_entities_identity_entity.IdentityEntities_identityEntity(
id = '031034e97f094a4096c1be53f75f6b91',
name = 'Gaston.800ddf9640a',
type = 'CAMPAIGN_CAMPAIGNER', )
)