Skip to content

Commit 0e17241

Browse files
Remove TPA info, since this feature will not be live yet
Added enum for the possible values currently returned by API
1 parent 9d8ce98 commit 0e17241

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

openapi.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17385,15 +17385,11 @@ components:
1738517385
x-linode-cli-display: 3
1738617386
authentication_type:
1738717387
type: string
17388+
enum:
17389+
- password
1738817390
description: |
17389-
The authentication type of the account. Authentication types are chosen through
17390-
Cloud Manager and authorized when logging into your account. These authentication types are either
17391-
the user's password (in conjunction with their username), or the name of their
17392-
indentity provider such as GitHub. For example, if a user:
17393-
17394-
- Has never used Third-Party Authentication, their authentication type will be `password`.
17395-
- Is using Third-Party Authentication, their authentication type will be the name of their Identity Provider (eg. `github`).
17396-
- Has used Third-Party Authentication and has since revoked it, their authentication type will be `password`.
17391+
This account's Cloud Manager authentication type. Currently, a user's password
17392+
(in conjunction with their username) is the only available authentication type.
1739717393
example: password
1739817394
readOnly: true
1739917395
Region:

0 commit comments

Comments
 (0)