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:
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: >
You can’t perform that action at this time.
0 commit comments