Class NetworkAclPatchUpdateRequest
- Namespace
- Auth0.ManagementApi.Models.NetworkAcl
- Assembly
- Auth0.ManagementApi.dll
Update existing access control list for your client.
public class NetworkAclPatchUpdateRequest
- Inheritance
-
NetworkAclPatchUpdateRequest
- 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
NetworkAclRule
[JsonProperty("rule")]
public NetworkAclRule NetworkAclRule { get; set; }
Property Value
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?