Class DeviceBoundSessionUrlRule
A device bound session's inclusion URL rule.
public sealed class DeviceBoundSessionUrlRule
- Inheritance
-
DeviceBoundSessionUrlRule
- Inherited Members
Properties
HostPattern
See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern.
[JsonPropertyName("hostPattern")]
public string HostPattern { get; set; }
Property Value
PathPrefix
See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix.
[JsonPropertyName("pathPrefix")]
public string PathPrefix { get; set; }
Property Value
RuleType
See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type.
[JsonPropertyName("ruleType")]
public DeviceBoundSessionUrlRuleRuleTypeValues RuleType { get; set; }