Class SetNetworkAclsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record SetNetworkAclsResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<SetNetworkAclsResponseContent>
- Inheritance
-
SetNetworkAclsResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
Active
[JsonPropertyName("active")]
public bool? Active { get; set; }
Property Value
- bool?
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
CreatedAt
The timestamp when the Network ACL Configuration was created
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
Description
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Priority
[JsonPropertyName("priority")]
public double? Priority { get; set; }
Property Value
Rule
[JsonPropertyName("rule")]
public NetworkAclRule? Rule { get; set; }
Property Value
UpdatedAt
The timestamp when the Network ACL Configuration was last updated
[JsonPropertyName("updated_at")]
public string? UpdatedAt { 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.