Table of Contents

Class NetworkAclAction

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Allow

[JsonPropertyName("allow")]
public bool? Allow { get; set; }

Property Value

bool?

Block

[JsonPropertyName("block")]
public bool? Block { get; set; }

Property Value

bool?

Log

[JsonPropertyName("log")]
public bool? Log { get; set; }

Property Value

bool?

Redirect

[JsonPropertyName("redirect")]
public bool? Redirect { get; set; }

Property Value

bool?

RedirectUri

The URI to which the match or not_match requests will be routed

[JsonPropertyName("redirect_uri")]
public string? RedirectUri { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.