Get desktop application:
View/edit binary Protocol Buffers messages
PasswordUnlockService provides facilities for a program instance to register an intent of obtaining unlocking password, and then obtain the password after a user has honoured the intent.
PostUnlockIntent registers an intent of obtaining unlocking password from a user.
PostUnlockIntentRequest provides input parameters for a program instance's intent of asking a user to provide the password for unlocking config/data files.
PostUnlockIntentResponse represents a response from an intent of asking a user to provide the unlocking password.
(message has no fields)
GetUnlockPassword retrieves an unlocking password a user has offered.
GetUnlockPasswordRequest provides input parameters for a program instance to obtain unlocking password a user has already offered.
GetUnlockPasswordRequest represents a response from obtaining the password offered by a user for unlocking config/data files.
Exists is true only if a user has already offered a password for the unlocking of config/data files.
Password is the password string used to unlock config/data files.
UnlockAttemptIdentification encapsulates identification properties of a program instance (the config/data files of which are currently password-locked) along with properties of its computer host.
Used in:
,HostName is the name of the computer host as seen by the kernel (kernel.hostname).
PID is the program process ID.
RandomChallenge is a string of random characters generated when the program instance starts up. The string acts as a disposable secret to identify this program instance.
UserID is the ID of the OS user that laitos process runs as.
UptimeSec is the uptime (in seconds) of the host OS.
GOOS is the identifier of the host OS.
GOARCH is the architecture of the host OS.
SystemLoad is the system load (Linux specific) string.