DeviceBoundSessionUrlRule

@Serializable
data class DeviceBoundSessionUrlRule(val ruleType: String, val hostPattern: String, val pathPrefix: String)

A device bound session's inclusion URL rule.

Constructors

Link copied to clipboard
constructor(ruleType: String, hostPattern: String, pathPrefix: String)

Properties

Link copied to clipboard

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern.

Link copied to clipboard

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix.

Link copied to clipboard

See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type.