jef-store-auth-login-attempts¶
Source¶
Repository:
jef-systems/jef-store-backendTable:
jef-store-auth-login-attemptsSchema path:
dynamodb/jef-store-auth-login-attempts/schema.jsonCommit:
ef122d835b3e5d3dc87da703e938f5411e2112c6Generated at:
2026-05-04T15:54:25Z
Attributes¶
{
"login_attempt_id": "string",
"entity_number": "string",
"employee_number": "string",
"login_type": "string",
"attempt_status": "string",
"message": "string",
"device_id": "string",
"session_id": "string",
"is_successful": "boolean",
"submitted_at": "string",
"verified_at": "string",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"idempotency_key": "string",
"schema_version": "number",
"version": "number"
}
Main Index¶
{
"pk": "login_attempt_id"
}
Raw Schema¶
{
"table": "jef-store-auth-login-attempts",
"attributes": {
"login_attempt_id": "string",
"entity_number": "string",
"employee_number": "string",
"login_type": "string",
"attempt_status": "string",
"message": "string",
"device_id": "string",
"session_id": "string",
"is_successful": "boolean",
"submitted_at": "string",
"verified_at": "string",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"idempotency_key": "string",
"schema_version": "number",
"version": "number"
},
"main_index": {
"pk": "login_attempt_id"
},
"gsi_1": {
"gsi_1_pk": "entity_number",
"gsi_1_sk": "submitted_at"
}
}