Identityentitlements
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| object_ref | Taggedobjectdto | [optional] | |
| tags | []str | Labels to be applied to object. | [optional] |
| } |
Example
from sailpoint.identities.models.identityentitlements import Identityentitlements
identityentitlements = Identityentitlements(
object_ref=sailpoint.identities.models.tagged_object_dto.Tagged Object Dto(
type = 'IDENTITY',
id = '2c91808568c529c60168cca6f90c1313',
name = 'William Wilson', ),
tags=["BU_FINANCE","PCI"]
)