GoodMem
ReferenceClient SDKsJava SDKModels

ApiKeyResponse Model

ApiKeyResponse Model documentation for Java SDK

ApiKeyResponse

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]
labelsMap<String, String>User-defined labels for organization and filtering.[optional]
expiresAtLongExpiration timestamp in milliseconds since epoch. If not provided, the key does not expire.[optional]
lastUsedAtLongLast 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]