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

1.2 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-identity-entity IdentityEntitiesIdentityEntity IdentityEntitiesIdentityEntity IdentityEntitiesIdentityEntity pythonsdk
python
Python
sdk
IdentityEntitiesIdentityEntity
V2024IdentityEntitiesIdentityEntity
/tools/sdk/python/v2024/models/identity-entities-identity-entity
SDK
Software Development Kit
IdentityEntitiesIdentityEntity
V2024IdentityEntitiesIdentityEntity

IdentityEntitiesIdentityEntity

Properties

Name Type Description Notes
id str id of the resource to which the identity is associated [optional]
name str name of the resource to which the identity is associated [optional]
type str type of the resource to which the identity is associated [optional]
}

Example

from sailpoint.v2024.models.identity_entities_identity_entity import IdentityEntitiesIdentityEntity

identity_entities_identity_entity = IdentityEntitiesIdentityEntity(
id='031034e97f094a4096c1be53f75f6b91',
name='Gaston.800ddf9640a',
type='CAMPAIGN_CAMPAIGNER'
)

[Back to top]