# PreviewAccessControl

### object

#### ipobject [[IPAccessControl]](https://docs.mediakind.com/api-reference/media-api/schemas/ipaccesscontrol) Required

The IP access control for the preview endpoint. Determines who will be able to access preview content.

#### Show 1 propertyHide 1 property

- **allowlist of objects [[IPRange]](https://docs.mediakind.com/api-reference/media-api/schemas/iprange) Required**  
  The IP ranges that will be allowed to access the preview. If empty, all IPs will be allowed.

#### Show 3 propertiesHide 3 properties

- **address string Required**  
  The IP address or DNS with port or protocol
- **name string Required 1-32 characters**  
  The name of the IP range. This is for your reference only. examples: 'everyone', 'dave's house', 'corp vpn'.
- **subnetPrefixLength integer Required 0 to 32**  
  The subnet prefix length (see CIDR notation).
