SourceItemRef
Import this model from the entry point of its package:
import { SourceItemRef } from '@sailpoint/angular-sdk/access_requests';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| sourceId | (optional) string | The id for the source on which account selections are made | [default to undefined] |
| accounts | (optional) Array<AccountItemRef> | A list of account selections on the source. Currently, only one selection per source is supported. | [default to undefined] |