SourceAppBulkUpdateRequest
Import this model from the entry point of its package:
import { SourceAppBulkUpdateRequest } from '@sailpoint/angular-sdk/apps';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| appIds | Array<string> | List of source app ids to update | [default to undefined] |
| jsonPatch | Array<JsonPatchOperation> | The JSONPatch payload used to update the source app. | [default to undefined] |