Skip to main content

CreatePrivilegeCriteriaRequestGroupsInnerCriteriaItemsInner

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
targetType(optional) stringThe target type of the criteria item.[default to undefined]
operator(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]