Skip to main content

IdentityEntitlements

Properties

NameTypeDescriptionNotes
object_refTaggedObjectDto[optional]
tags[]strLabels 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]
)

[Back to top]