Skip to main content

PrivilegeCriteriaDTO

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
id(optional) stringThe Id of the criteria.[default to undefined]
sourceId(optional) stringThe Id of the source that the criteria is applied to.[default to undefined]
type(optional) stringThe type of criteria.[default to undefined]
operator(optional) stringThe logical operator to apply between groups.[default to undefined]
groups(optional) Array<PrivilegeCriteriaDTOGroupsInner>[default to undefined]
privilegeLevel(optional) stringThe privilege level assigned by this criteria.[default to undefined]