Table of Contents

Class CreateApiKeyResponse

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll

Response after creating an API key (contains the full key).

public sealed class CreateApiKeyResponse
Inheritance
CreateApiKeyResponse
Inherited Members

Properties

CreatedAt

public required DateTimeOffset CreatedAt { get; init; }

Property Value

DateTimeOffset

ExpiresAt

public DateTimeOffset? ExpiresAt { get; init; }

Property Value

DateTimeOffset?

Key

public required string Key { get; init; }

Property Value

string

Name

public required string Name { get; init; }

Property Value

string

Role

public required string Role { get; init; }

Property Value

string