Skip to main content

AutoWriteSetting

Import this model from the entry point of its package:

import { AutoWriteSetting } from '@sailpoint/angular-sdk/suggested_entitlement_description';

Properties

NameTypeDescriptionNotes
enabled(optional) booleanWhether auto-write is currently enabled for the tenant[default to false]
includedSourceIds(optional) Array<string>Source IDs in the allowlist. Empty array means not in allowlist mode.[default to undefined]
excludedSourceIds(optional) Array<string>Source IDs to exclude from auto-write. Always applied.[default to undefined]