Table of Contents

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

NetworkAclAction

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Match

[JsonPropertyName("match")]
public NetworkAclMatch? Match { get; set; }

Property Value

NetworkAclMatch

NotMatch

[JsonPropertyName("not_match")]
public NetworkAclMatch? NotMatch { get; set; }

Property Value

NetworkAclMatch

Scope

[JsonPropertyName("scope")]
public required NetworkAclRuleScopeEnum Scope { get; set; }

Property Value

NetworkAclRuleScopeEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.