SourceAppCreateDto
Import this model from the entry point of its package:
import { SourceAppCreateDto } from '@sailpoint/angular-sdk/apps';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The source app name | [default to undefined] |
| description | string | The description of the source app | [default to undefined] |
| matchAllAccounts | (optional) boolean | True if the source app match all accounts | [default to false] |
| accountSource | SourceAppCreateDtoAccountSource | [default to undefined] |