Table of Contents

Class CreateApiKeyRequest

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

Request to create a new API key.

public sealed class CreateApiKeyRequest
Inheritance
CreateApiKeyRequest
Inherited Members

Properties

Description

public string? Description { get; init; }

Property Value

string

ExpiryDays

public int? ExpiryDays { get; init; }

Property Value

int?

Name

public required string Name { get; init; }

Property Value

string

Role

public string Role { get; init; }

Property Value

string