GoodMem
ReferenceClient SDKs.NET SDKModels

ApiKeyResponse Model

ApiKeyResponse Model documentation for .NET SDK

API key metadata without sensitive information.

Properties

NameTypeDescriptionNotes
ApiKeyIdstringUnique identifier for the API key.[optional]
UserIdstringID of the user that owns this API key.[optional]
KeyPrefixstringFirst few characters of the key for display/identification purposes.[optional]
StatusstringCurrent status of the API key: ACTIVE, INACTIVE, or STATUS_UNSPECIFIED.[optional]
LabelsDictionary<string, string>User-defined labels for organization and filtering.[optional]
ExpiresAtlong?Expiration timestamp in milliseconds since epoch. If not provided, the key does not expire.[optional]
LastUsedAtlong?Last time this API key was used, in milliseconds since epoch.[optional]
CreatedAtlongWhen the API key was created, in milliseconds since epoch.[optional]
UpdatedAtlongWhen the API key was last updated, in milliseconds since epoch.[optional]
CreatedByIdstringID of the user that created this API key.[optional]
UpdatedByIdstringID of the user that last updated this API key.[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page