access_same_site_cookie_attribute

Sets the SameSite cookie setting, which provides increased security against CSRF attacks.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-same-site-cookie-attribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_same_site_cookie_attribute",
  "title": "access_same_site_cookie_attribute",
  "description": "Sets the SameSite cookie setting, which provides increased security against CSRF attacks.",
  "example": "strict",
  "type": "string"
}