GoodMem
ReferenceClient SDKs.NETModels

ApiKeyResponse Model

ApiKeyResponse Model documentation for .NET SDK

API key metadata without sensitive information.

Properties

NameTypeDescriptionNotes
ApiKeyIdstringUnique identifier for the API key.
UserIdstringID of the user that owns this API key.
KeyPrefixstringFirst few characters of the key for display/identification purposes.
StatusstringCurrent status of the API key: ACTIVE, INACTIVE, or STATUS_UNSPECIFIED.
LabelsDictionary<string, string>User-defined labels for organization and filtering.
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.
UpdatedAtlongWhen the API key was last updated, in milliseconds since epoch.
CreatedByIdstringID of the user that created this API key.
UpdatedByIdstringID of the user that last updated this API key.

On this page