Skip to main content

PrivilegeCriteriaDTOGroupsInnerCriteriaItemsInner

Import this model from the entry point of its package:

import { PrivilegeCriteriaDTOGroupsInnerCriteriaItemsInner } from '@sailpoint/angular-sdk/privilege_criteria';

Properties

NameTypeDescriptionNotes
targetType(optional) stringThe target type for the criteria item.[default to undefined]
operator(optional) stringThe operator to apply to the property and values.[default to undefined]
property(optional) string[default to undefined]
values(optional) Array<string>The values to evaluate the property against.[default to undefined]
ignoreCase(optional) booleanWhether to ignore case when evaluating the property against the values.[default to false]