SodExemptCriteria
Details of the Entitlement criteria
Properties
Name | Type | Description | Notes |
---|---|---|---|
existing | bool | If the entitlement already belonged to the user or not. | [optional] [default to False] |
type | DtoType | [optional] | |
id | str | Entitlement ID | [optional] |
name | str | Entitlement name | [optional] |
} |
Example
from sailpoint.beta.models.sod_exempt_criteria import SodExemptCriteria
sod_exempt_criteria = SodExemptCriteria(
existing=True,
type='IDENTITY',
id='2c918085771e9d3301773b3cb66f6398',
name='My HR Entitlement'
)