SedBatchRecord
Import this model from the entry point of its package:
import { SedBatchRecord } from '@sailpoint/angular-sdk/suggested_entitlement_description';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tenantId | (optional) string | The tenant ID associated with the batch. | [default to undefined] |
| batchId | (optional) string | The unique ID of the batch. | [default to undefined] |
| name | (optional) string | The name of the batch. | [default to undefined] |
| processedState | (optional) string | The current state of the batch (e.g., submitted, materialized, completed). | [default to undefined] |
| requestedBy | (optional) string | The ID of the user who requested the batch. | [default to undefined] |
| materializedCount | (optional) number | The number of items materialized in the batch. | [default to undefined] |
| processedCount | (optional) number | The number of items processed in the batch. | [default to undefined] |
| createdAt | (optional) string | The timestamp when the batch was created. | [default to undefined] |
| updatedAt | (optional) string | The timestamp when the batch was last updated. | [default to undefined] |