Table of Contents

Class UpdateNetworkAclRequestContent

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

Properties

Active

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

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

Property Value

bool?

Description

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

Property Value

string

Priority

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

[JsonPropertyName("priority")]
public double? Priority { get; set; }

Property Value

double?

Rule

[JsonPropertyName("rule")]
public NetworkAclRule? Rule { get; set; }

Property Value

NetworkAclRule

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.