Table of Contents

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

IList<int>

GeoCountryCodes

[JsonProperty("geo_country_codes")]
public IList<string>? GeoCountryCodes { get; set; }

Property Value

IList<string>

GeoSubdivisionCodes

[JsonProperty("geo_subdivision_codes")]
public IList<string>? GeoSubdivisionCodes { get; set; }

Property Value

IList<string>

Idv4Cidrs

[JsonProperty("ipv4_cidrs")]
public IList<string>? Idv4Cidrs { get; set; }

Property Value

IList<string>

Idv6Cidrs

[JsonProperty("ipv6_cidrs")]
public IList<string>? Idv6Cidrs { get; set; }

Property Value

IList<string>

Ja3Fingerprints

[JsonProperty("ja3_fingerprints")]
public IList<string>? Ja3Fingerprints { get; set; }

Property Value

IList<string>

Ja4Fingerprints

[JsonProperty("ja4_fingerprints")]
public IList<string>? Ja4Fingerprints { get; set; }

Property Value

IList<string>

UserAgents

[JsonProperty("user_agents")]
public IList<string>? UserAgents { get; set; }

Property Value

IList<string>