Distribution item encapsulates one operation on the workplace. It specifies desired action (distribute, revoke, update) and an audience.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| distrib_item_id | nvarchar(64) | not null | A unique identifier for this distribution item. It is a generated uuid. |
| audience_id | nvarchar(64) | with null | A reference to the audience for this distribution item. |
| wp_id | nvarchar(64) | with null | A reference to the workplace for this distribution item. |
| action | nvarchar(256) | with null | Represents the action of the distribution item. Possible values are: distribute, revoke. |
| distrib_order_id | nvarchar(64) | with null | A unique identifier for the distribution order. It is a generated uuid. |
Product Name: Portal r12
Table Type: Table