Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/IdentityEntities.md
2025-02-20 12:59:19 -05:00

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
v2024-identity-entities IdentityEntities IdentityEntities IdentityEntities pythonsdk
python
Python
sdk
IdentityEntities
V2024IdentityEntities
/tools/sdk/python/v2024/models/identity-entities
SDK
Software Development Kit
IdentityEntities
V2024IdentityEntities

IdentityEntities

Properties

Name Type Description Notes
identity_entity IdentityEntitiesIdentityEntity [optional]
}

Example

from sailpoint.v2024.models.identity_entities import IdentityEntities

identity_entities = IdentityEntities(
identity_entity=sailpoint.v2024.models.identity_entities_identity_entity.IdentityEntities_identityEntity(
                    id = '031034e97f094a4096c1be53f75f6b91', 
                    name = 'Gaston.800ddf9640a', 
                    type = 'CAMPAIGN_CAMPAIGNER', )
)

[Back to top]