Class CreateKeysNetworkAclsRequestContent
- Namespace
- Auth0.ManagementApi.Keys
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateKeysNetworkAclsRequestContent : IEquatable<CreateKeysNetworkAclsRequestContent>
- Inheritance
-
CreateKeysNetworkAclsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Alg
[JsonPropertyName("alg")]
public required NetworkAclKeyAlgorithmEnum Alg { get; set; }
Property Value
Name
Customer-supplied label with no cryptographic meaning. Must be unique across all Network ACL keys for the tenant.
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
Value
Base64-encoded raw key material. Constraints on the decoded value depend on the algorithm specified. Currently only HMAC-SHA256 is supported.
[JsonPropertyName("value")]
public required string Value { 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.