Table of Contents

Class NetworkAclEntry

Namespace
Auth0.ManagementApi.Models.NetworkAcl
Assembly
Auth0.ManagementApi.dll
public record NetworkAclEntry : IEquatable<NetworkAclEntry>
Inheritance
NetworkAclEntry
Implements
Inherited Members

Properties

Active

Indicates whether or not this access control list is actively being used.

[JsonProperty("active")]
public bool? Active { get; set; }

Property Value

bool?

CreatedAt

The timestamp when the Network ACL Configuration was created

[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

Description

[JsonProperty("description")]
public string Description { get; set; }

Property Value

string

Id

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

NetworkAclRule

[JsonProperty("rule")]
public NetworkAclRule NetworkAclRule { get; set; }

Property Value

NetworkAclRule

Priority

Indicates the order in which the ACL will be evaluated relative to other ACL rules.

[JsonProperty("priority")]
public int? Priority { get; set; }

Property Value

int?

UpdatedAt

The timestamp when the Network ACL Configuration was last updated

[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }

Property Value

DateTime