Class NetworkAclMatch
- Namespace
- Auth0.ManagementApi.Models.NetworkAcl
- Assembly
- Auth0.ManagementApi.dll
The different criteria that can be used to match requests in a Network ACL rule.
public class NetworkAclMatch
- Inheritance
-
NetworkAclMatch
- Inherited Members
Properties
Asns
[JsonProperty("asns")]
public IList<int>? Asns { get; set; }
Property Value
GeoCountryCodes
[JsonProperty("geo_country_codes")]
public IList<string>? GeoCountryCodes { get; set; }
Property Value
GeoSubdivisionCodes
[JsonProperty("geo_subdivision_codes")]
public IList<string>? GeoSubdivisionCodes { get; set; }
Property Value
Idv4Cidrs
[JsonProperty("ipv4_cidrs")]
public IList<string>? Idv4Cidrs { get; set; }
Property Value
Idv6Cidrs
[JsonProperty("ipv6_cidrs")]
public IList<string>? Idv6Cidrs { get; set; }
Property Value
Ja3Fingerprints
[JsonProperty("ja3_fingerprints")]
public IList<string>? Ja3Fingerprints { get; set; }
Property Value
Ja4Fingerprints
[JsonProperty("ja4_fingerprints")]
public IList<string>? Ja4Fingerprints { get; set; }
Property Value
UserAgents
[JsonProperty("user_agents")]
public IList<string>? UserAgents { get; set; }