The Project object
The project object is used to represent a project in Edgee.
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
String representing the object's type. Objects of the same type share the same value
Unique identifier for the project
Unique identifier for the organization the project belongs to
The Name of the project, URL-friendly string that identifies the project
Description of the project
Avatar URL of the project
Time at which the project was created
Time at which the project was last updated
The log severity of the project.
DEBUG
, INFO
, WARNING
, ERROR
Whether the project is behind a proxy cache (or CDN).
Whether the project is forcing HTTPS.
Whether caching is enabled for the project.
The maximum size, in bytes, of the decompressed body of a request that edgee will compute at the edge.
The maximum size, in bytes, of the compressed body of a request that edgee will compute at the edge.
The name of the cookie that edgee will use to store the session ID.
Whether the Edgee will only proxy requests to the origin without any computing.
A boolean that indicates whether Edgee should enforce a no-store
cache-control header on the responses that can be computed.
List of trusted IPs that can access the project.
Whether the project is password protected.
List of blocked IPs that can't access the project. Blocking IPs can only works is trusted_ips and password_protection are empty.
List of cookies that are allowed to be set by the project.
List of headers that are forwarded to the origin.