Skip to main content

NativeChangeDetectionConfig

Import this model from the entry point of its package:

import { NativeChangeDetectionConfig } from '@sailpoint/angular-sdk/sources';

Properties

NameTypeDescriptionNotes
enabled(optional) booleanA flag indicating if Native Change Detection is enabled for a source.[default to false]
operations(optional) Array<string>Operation types for which Native Change Detection is enabled for a source.[default to undefined]
allEntitlements(optional) booleanA flag indicating that all entitlements participate in Native Change Detection.[default to false]
allNonEntitlementAttributes(optional) booleanA flag indicating that all non-entitlement account attributes participate in Native Change Detection.[default to false]
selectedEntitlements(optional) Array<string>If allEntitlements flag is off this field lists entitlements that participate in Native Change Detection.[default to undefined]
selectedNonEntitlementAttributes(optional) Array<string>If allNonEntitlementAttributes flag is off this field lists non-entitlement account attributes that participate in Native Change Detection.[default to undefined]