Class NetworkAclRule
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record NetworkAclRule : IJsonOnDeserialized, IEquatable<NetworkAclRule>
- Inheritance
-
NetworkAclRule
- Implements
- Inherited Members
- Extension Methods
Properties
Action
[JsonPropertyName("action")]
public required NetworkAclAction Action { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Match
[JsonPropertyName("match")]
public NetworkAclMatch? Match { get; set; }
Property Value
NotMatch
[JsonPropertyName("not_match")]
public NetworkAclMatch? NotMatch { get; set; }
Property Value
Scope
[JsonPropertyName("scope")]
public required NetworkAclRuleScopeEnum Scope { 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.