GeoFilterResponse

data class GeoFilterResponse(val action: String, val countryCodes: List<String>, val relativePath: String)

Rules defining user's geo access within a CDN endpoint.

Constructors

Link copied to clipboard
constructor(action: String, countryCodes: List<String>, relativePath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action of the geo filter, i.e. allow or block access.

Link copied to clipboard

Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.

Link copied to clipboard

Relative path applicable to geo filter. (e.g. '/mypictures', '/mypicture/kitty.jpg', and etc.)