Class CreateApiKeyRequest
public sealed record CreateApiKeyRequest : IEquatable<CreateApiKeyRequest>
- Inheritance
-
CreateApiKeyRequest
- Implements
- Inherited Members
Properties
Description
public string? Description { get; init; }
Property Value
ExpiryDays
public int? ExpiryDays { get; init; }
Property Value
- int?
Name
public required string Name { get; init; }
Property Value
Role
public string Role { get; init; }