Table of Contents

Class CreateNetworkAclRequestContent

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

Properties

Active

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

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

Property Value

bool

Description

[JsonPropertyName("description")]
public required 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 required 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.