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
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
Rule
[JsonPropertyName("rule")]
public NetworkAclRule? Rule { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.