Skip to main content

AutoWriteSettingResponse

Import this model from the entry point of its package:

import { AutoWriteSettingResponse } 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]
createdAt(optional) stringWhen settings were first created[default to undefined]
updatedAt(optional) stringWhen settings were last modified[default to undefined]