Audience represents a set of users and groups that will be granted access to the workplace. Once the distribution order has been processed, a set of EIAM policies will be created to grant access to all members of the specified audience.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| audience_id | nvarchar(64) | not null | The unique identifier for this audience. It is a generated uuid. |
| policy_id | nvarchar(512) | with null | A string id of the EIAM policy that defines this Audience. |
| approvers_policy_id | nvarchar(512) | with null | A string id of the temporary EIAM policy that defines the approvers audience. |
Product Name: Portal r12
Table Type: Table