Skip to content

Commit 78ca974

Browse files
authored
Merge pull request #766 from bbiggerr/profile-logins-failed
Add Login status
2 parents 87813af + 7548501 commit 78ca974

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

openapi.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24019,17 +24019,27 @@ components:
2401924019
username:
2402024020
type: string
2402124021
description: >
24022-
The username of the User that was logged into.
24022+
The username of the User that attempted the login.
2402324023
example: example_user
2402424024
readOnly: true
2402524025
x-linode-cli-display: 4
24026+
status:
24027+
type: string
24028+
enum:
24029+
- successful
24030+
- failed
24031+
description: |
24032+
Whether the login attempt succeeded or failed.
24033+
example: successful
24034+
readOnly: true
24035+
x-linode-cli-display: 5
2402624036
restricted:
2402724037
type: boolean
2402824038
description: >
24029-
True if the User that was logged into was a restricted User, false otherwise.
24039+
True if the User that attempted the login was a restricted User, false otherwise.
2403024040
example: true
2403124041
readOnly: true
24032-
x-linode-cli-display: 5
24042+
x-linode-cli-display: 6
2403324043
LongviewSubscription:
2403424044
type: object
2403524045
description: >

0 commit comments

Comments
 (0)