Table of Contents

Class RotateApiKeyResponse

Namespace
JD.AI.Gateway.Endpoints
Assembly
JD.AI.Gateway.dll
public sealed record RotateApiKeyResponse : IEquatable<RotateApiKeyResponse>
Inheritance
RotateApiKeyResponse
Implements
Inherited Members

Properties

NewKey

public required string NewKey { get; init; }

Property Value

string

OldKey

public required string OldKey { get; init; }

Property Value

string

RotatedAt

public required DateTimeOffset RotatedAt { get; init; }

Property Value

DateTimeOffset