Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/IdentityEntitlements.md
2025-08-14 17:03:25 +00:00

1.1 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-entitlements IdentityEntitlements IdentityEntitlements IdentityEntitlements pythonsdk
python
Python
sdk
IdentityEntitlements
V2024IdentityEntitlements
/tools/sdk/python/v2024/models/identity-entitlements
SDK
Software Development Kit
IdentityEntitlements
V2024IdentityEntitlements

IdentityEntitlements

Properties

Name Type Description Notes
object_ref TaggedObjectDto [optional]
tags []str Labels to be applied to object. [optional]
}

Example

from sailpoint.v2024.models.identity_entitlements import IdentityEntitlements

identity_entitlements = IdentityEntitlements(
object_ref=sailpoint.v2024.models.tagged_object_dto.Tagged Object Dto(
                    type = 'IDENTITY', 
                    id = '2c91808568c529c60168cca6f90c1313', 
                    name = 'William Wilson', ),
tags=[BU_FINANCE, PCI]
)

[Back to top]