Skip to main content

Sodexemptcriteria

Details of the Entitlement criteria

Properties

NameTypeDescriptionNotes
existingboolIf the entitlement already belonged to the user or not.[optional] [default to False]
typeDtotype[optional]
idstrEntitlement ID[optional]
namestrEntitlement name[optional]
}

Example

from sailpoint.access_request_approvals.models.sodexemptcriteria import Sodexemptcriteria

sodexemptcriteria = Sodexemptcriteria(
existing=True,
type='IDENTITY',
id='2c918085771e9d3301773b3cb66f6398',
name='My HR Entitlement'
)

[Back to top]