File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -24019,17 +24019,27 @@ components:
24019
24019
username:
24020
24020
type: string
24021
24021
description: >
24022
- The username of the User that was logged into .
24022
+ The username of the User that attempted the login .
24023
24023
example: example_user
24024
24024
readOnly: true
24025
24025
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
24026
24036
restricted:
24027
24037
type: boolean
24028
24038
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.
24030
24040
example: true
24031
24041
readOnly: true
24032
- x-linode-cli-display: 5
24042
+ x-linode-cli-display: 6
24033
24043
LongviewSubscription:
24034
24044
type: object
24035
24045
description: >
You can’t perform that action at this time.
0 commit comments