PrivilegeCriteriaDTO
Import this model from the entry point of its package:
import { PrivilegeCriteriaDTO } from '@sailpoint/angular-sdk/privilege_criteria';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | The Id of the criteria. | [default to undefined] |
| sourceId | (optional) string | The Id of the source that the criteria is applied to. | [default to undefined] |
| type | (optional) string | The type of criteria. | [default to undefined] |
| operator | (optional) string | The logical operator to apply between groups. | [default to undefined] |
| groups | (optional) Array<PrivilegeCriteriaDTOGroupsInner> | [default to undefined] | |
| privilegeLevel | (optional) string | The privilege level assigned by this criteria. | [default to undefined] |