Skip to content

Slot: secure (DEPRECATED)

The cookie attribute to only send cookies to the server with an encrypted

request over the HTTPS protocol.

URI: ocsf:secure Alias: secure

Applicable Classes

Name Description Modifies Slot
HttpCookie The HTTP Cookie object, also known as a web cookie or browser cookie, contain... no

Properties

Type and Range

Property Value
Range Boolean
Domain Of HttpCookie

Cardinality and Requirements

Property Value

Aliases

  • Secure

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:secure
native ocsf:secure

LinkML Source

name: secure
description: 'The cookie attribute to only send cookies to the server with an encrypted

  request over the HTTPS protocol.'
deprecated: Use the <code>is_secure</code> attribute instead. (since 1.1.0)
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Secure
rank: 1000
alias: secure
domain_of:
- HttpCookie
range: boolean