Table of Contents

Class NetworkAclCreateRequest

Namespace
Auth0.ManagementApi.Models.NetworkAcl
Assembly
Auth0.ManagementApi.dll
public class NetworkAclCreateRequest
Inheritance
NetworkAclCreateRequest
Inherited Members

Properties

Active

Indicates whether this access control list is actively being used.

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

Property Value

bool?

Description

[JsonProperty("description")]
public string Description { 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?