Skip to content

Commit a91e219

Browse files
author
hzoppetti
committed
added authentication_type to profile
1 parent f753628 commit a91e219

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

openapi.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17383,6 +17383,19 @@ components:
1738317383
access/perform, see [/profile/grants](/api/v4/profile-grants).
1738417384
example: false
1738517385
x-linode-cli-display: 3
17386+
authentication_type:
17387+
type: string
17388+
description: |
17389+
The authentication type of the account. Authentication types are chosen through
17390+
Cloud Manager and authorized through Login. 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", "google", etc. For example:
17393+
17394+
- If a user has never used Third-Party Authentication, their authentication type will be "password".
17395+
- If a user is using Third-Party Authentication, their authentication type will be the name of their Identity Provider (eg. "github").
17396+
- If a user used Third-Party Authentication and has since revoked it, their authentication type will be "password".
17397+
example: password
17398+
readOnly: true
1738617399
Region:
1738717400
type: object
1738817401
description: An area where Linode services are available.

0 commit comments

Comments
 (0)