Table of Contents

Class NetworkAclMatch

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record NetworkAclMatch : IJsonOnDeserialized, IEquatable<NetworkAclMatch>
Inheritance
NetworkAclMatch
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Asns

[JsonPropertyName("asns")]
public IEnumerable<int>? Asns { get; set; }

Property Value

IEnumerable<int>

Auth0Managed

[JsonPropertyName("auth0_managed")]
public IEnumerable<string>? Auth0Managed { get; set; }

Property Value

IEnumerable<string>

GeoCountryCodes

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

Property Value

IEnumerable<string>

GeoSubdivisionCodes

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

Property Value

IEnumerable<string>

Ipv4Cidrs

[JsonPropertyName("ipv4_cidrs")]
public IEnumerable<string>? Ipv4Cidrs { get; set; }

Property Value

IEnumerable<string>

Ipv6Cidrs

[JsonPropertyName("ipv6_cidrs")]
public IEnumerable<string>? Ipv6Cidrs { get; set; }

Property Value

IEnumerable<string>

Ja3Fingerprints

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

Property Value

IEnumerable<string>

Ja4Fingerprints

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

Property Value

IEnumerable<string>

UserAgents

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

Property Value

IEnumerable<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.