Skip to main content

Entitlementstatesnapshotjitdetail

A single JIT entitlement snapshot entry from the provisioning plan.

Properties

NameTypeDescriptionNotes
application_idstrApplication id for the entitlement attribute (same as EntitlementStateSnapshot.applicationId).[optional]
attribute_namestrAccount attribute name for the entitlement (EntitlementStateSnapshot.attributeName).[optional]
attribute_values[]strEntitlement values for that attribute (EntitlementStateSnapshot.attributeValues).[optional]
}

Example

from sailpoint.access_request_approvals.models.entitlementstatesnapshotjitdetail import Entitlementstatesnapshotjitdetail

entitlementstatesnapshotjitdetail = Entitlementstatesnapshotjitdetail(
application_id='2c9180835d2e5168015d32f890ca1581',
attribute_name='groups',
attribute_values=["CN=Engineering,OU=Groups,DC=example,DC=com"]
)

[Back to top]