Table of Contents

Class NetworkAclKey

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record NetworkAclKey : IJsonOnDeserialized, IEquatable<NetworkAclKey>
Inheritance
NetworkAclKey
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Alg

[JsonPropertyName("alg")]
public required NetworkAclKeyAlgorithmEnum Alg { get; set; }

Property Value

NetworkAclKeyAlgorithmEnum

CreatedAt

Time when the key was created.

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

Property Value

string

Fingerprint

Fingerprint of the key material, determined by the algorithm specified. Currently only HMAC-SHA256 is supported.

[JsonPropertyName("fingerprint")]
public required string Fingerprint { get; set; }

Property Value

string

Id

Generated identifier for the key. Used to reference the key from a Network ACL and to identify it in Tenant Logs.

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

Property Value

string

Name

User supplied label for the key.

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string

UpdatedAt

Time when the key was last updated.

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