Class CreateEncryptionKeyRequestContent
- Namespace
- Auth0.ManagementApi.Keys
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateEncryptionKeyRequestContent : IEquatable<CreateEncryptionKeyRequestContent>
- Inheritance
-
CreateEncryptionKeyRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Type
[JsonPropertyName("type")]
public required CreateEncryptionKeyType Type { 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.