policy_create_destination_list
Create a destination list by specifying its access (allow/block) and destination type, with optional initial entries added at creation.
Instructions
Create a Destination List. The list access (allow/block) and destination_type are recorded at creation; entries are added separately via policy_add_destinations or in the same call by passing initial_destinations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name. | |
| access | Yes | Default action applied to entries in the list. | |
| destination_type | No | What kind of values this list holds. | domain |
| is_global | No | Whether the list is shared org-wide (vs. per-policy). | |
| initial_destinations | No | Optional initial entries to add at creation time. |