Class CreateApiKeyRequest
Request to create a new API key.
public sealed class CreateApiKeyRequest
- Inheritance
-
CreateApiKeyRequest
- 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; }