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