Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.33 KB

File metadata and controls

25 lines (22 loc) · 1.33 KB

# V2RuleAuthRequest

Properties

Name Type Description Notes
domain string[] Domain patterns (default: any)
name string Rule name [optional]
uuid string Rule UUID [optional]
weight int Rule weight [optional] [default to 0]
disabled bool Whether rule is disabled [optional] [default to false]
url string[] URL patterns
country string Country filter type (country_is, country_is_not, any) [optional]
country_is string[] Allowed countries [optional]
country_is_not string[] Excluded countries [optional]
method string Method filter type (method_is, method_is_not, any) [optional]
method_is string[] Allowed HTTP methods [optional]
method_is_not string[] Excluded HTTP methods [optional]
ip string IP filter type (ip_is, ip_is_not, any) [optional]
ip_is string[] Allowed IP addresses [optional]
ip_is_not string[] Excluded IP addresses [optional]
auth_user string Authentication username
auth_pass string Authentication password

[Back to Model list] [Back to API list] [Back to README]