Skip to main content

LoginAudit

Description

Audit trail for all login attempts (successful and failed)

Properties

NameTypeDescriptionNotes
principalPrincipal[optional]
loginStatusLoginStatusEnumStatus of login attempt
loginMethodLoginMethodEnumHow the user logged in
ipAddressStringIP address of the login attempt[optional]
userAgentStringUser agent string[optional]
deviceFingerprintStringDevice fingerprint for anomaly detection[optional]
geoLocationStringGeographic location (if available from IP)[optional]
idUUIDUnique identifier for object in the system[optional] [readonly]
ownerIdUUIDUUID of owner of the object in the system[optional] [readonly]
createdDateOffsetDateTimeDate of object creation[optional] [readonly]
keyHashStringData, including hash of the key(s) used to encrypt this record.[optional] [readonly]
lastAccessedByIdUUIDLast user to access object[optional] [readonly]
lastAccessedDateOffsetDateTimeTimestamp of last access of object[optional] [readonly]
lastModifiedByIdUUIDUnique identifier for user who last modifed the object in the system[optional] [readonly]
lastModifiedDateOffsetDateTimeDate of last object modification[optional] [readonly]
trashedBooleanIndicates if the object is trashed (soft deleted)[optional]

Enum: LoginStatusEnum

NameValue
SUCCESS"SUCCESS"
FAILED_INVALID_CREDENTIALS"FAILED_INVALID_CREDENTIALS"
FAILED_2FA_REQUIRED"FAILED_2FA_REQUIRED"
FAILED_2FA_INVALID"FAILED_2FA_INVALID"
FAILED_ACCOUNT_LOCKED"FAILED_ACCOUNT_LOCKED"
FAILED_ACCOUNT_DISABLED"FAILED_ACCOUNT_DISABLED"
SUCCESS_2FA_VERIFIED"SUCCESS_2FA_VERIFIED"

Enum: LoginMethodEnum

NameValue
USERNAME_PASSWORD"USERNAME_PASSWORD"
GITHUB_OAUTH"GITHUB_OAUTH"
GOOGLE_OAUTH"GOOGLE_OAUTH"
SMS_OTP"SMS_OTP"
TOTP"TOTP"

Implemented Interfaces

  • Serializable

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0.2-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2026-04-02T00:49:23.764634-07:00[America/Los_Angeles]