DeviceBoundSessionInclusionRules

@Serializable
data class DeviceBoundSessionInclusionRules(val origin: String, val includeSite: Boolean, val urlRules: List<Network.DeviceBoundSessionUrlRule>)

A device bound session's inclusion rules.

Constructors

Link copied to clipboard
constructor(origin: String, includeSite: Boolean, urlRules: List<Network.DeviceBoundSessionUrlRule>)

Properties

Link copied to clipboard

Whether the whole site is included. See comments on net::device_bound_sessions::SessionInclusionRules::include_site_ for more details; this boolean is true if that value is populated.

Link copied to clipboard

See comments on net::device_bound_sessions::SessionInclusionRules::origin_.

Link copied to clipboard

See comments on net::device_bound_sessions::SessionInclusionRules::url_rules_.