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
Asns
[JsonPropertyName("asns")]
public IEnumerable<int>? Asns { get; set; }
Property Value
Auth0Managed
[JsonPropertyName("auth0_managed")]
public IEnumerable<string>? Auth0Managed { get; set; }
Property Value
GeoCountryCodes
[JsonPropertyName("geo_country_codes")]
public IEnumerable<string>? GeoCountryCodes { get; set; }
Property Value
GeoSubdivisionCodes
[JsonPropertyName("geo_subdivision_codes")]
public IEnumerable<string>? GeoSubdivisionCodes { get; set; }
Property Value
Ipv4Cidrs
[JsonPropertyName("ipv4_cidrs")]
public IEnumerable<string>? Ipv4Cidrs { get; set; }
Property Value
Ipv6Cidrs
[JsonPropertyName("ipv6_cidrs")]
public IEnumerable<string>? Ipv6Cidrs { get; set; }
Property Value
Ja3Fingerprints
[JsonPropertyName("ja3_fingerprints")]
public IEnumerable<string>? Ja3Fingerprints { get; set; }
Property Value
Ja4Fingerprints
[JsonPropertyName("ja4_fingerprints")]
public IEnumerable<string>? Ja4Fingerprints { get; set; }
Property Value
UserAgents
[JsonPropertyName("user_agents")]
public IEnumerable<string>? UserAgents { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.