Skip to main content

SourceAppCreateDto

Import this model from the entry point of its package:

import { SourceAppCreateDto } from '@sailpoint/angular-sdk/apps';

Properties

NameTypeDescriptionNotes
namestringThe source app name[default to undefined]
descriptionstringThe description of the source app[default to undefined]
matchAllAccounts(optional) booleanTrue if the source app match all accounts[default to false]
accountSourceSourceAppCreateDtoAccountSource[default to undefined]