Table of Contents

Class UpdateNetworkAclResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateNetworkAclResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<UpdateNetworkAclResponseContent>
Inheritance
UpdateNetworkAclResponseContent
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

AdditionalProperties

CreatedAt

The timestamp when the Network ACL Configuration was created

[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }

Property Value

string

Description

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string

Id

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Priority

[JsonPropertyName("priority")]
public double? Priority { get; set; }

Property Value

double?

Rule

[JsonPropertyName("rule")]
public NetworkAclRule? Rule { get; set; }

Property Value

NetworkAclRule

UpdatedAt

The timestamp when the Network ACL Configuration was last updated

[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.