DeviceBoundSessionUrlRule

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

A device bound session's inclusion URL rule.

Official doc

Constructors

Link copied to clipboard
constructor(ruleType: DeviceBoundSessionUrlRuleRuleType, 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.