mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-identity-entitlements | IdentityEntitlements | IdentityEntitlements | IdentityEntitlements | pythonsdk |
|
/tools/sdk/python/v2025/models/identity-entitlements |
|
IdentityEntitlements
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| object_ref | TaggedObjectDto | [optional] | |
| tags | []str | Labels to be applied to object. | [optional] |
| } |
Example
from sailpoint.v2025.models.identity_entitlements import IdentityEntitlements
identity_entitlements = IdentityEntitlements(
object_ref=sailpoint.v2025.models.tagged_object_dto.Tagged Object Dto(
type = 'IDENTITY',
id = '2c91808568c529c60168cca6f90c1313',
name = 'William Wilson', ),
tags=[BU_FINANCE, PCI]
)