Class CreateKeysNetworkAclsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateKeysNetworkAclsResponseContent : IJsonOnDeserialized, IEquatable<CreateKeysNetworkAclsResponseContent>
- Inheritance
-
CreateKeysNetworkAclsResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Alg
[JsonPropertyName("alg")]
public required NetworkAclKeyAlgorithmEnum Alg { get; set; }
Property Value
CreatedAt
Time when the key was created.
[JsonPropertyName("created_at")]
public required string CreatedAt { get; set; }
Property Value
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
Id
Auth0-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
Name
Customer-supplied label with no cryptographic meaning.
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
UpdatedAt
Time when the key was last updated.
[JsonPropertyName("updated_at")]
public required 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.