Skip to content

Adding authentication_type to Profile #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 23, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17383,6 +17383,19 @@ components:
access/perform, see [/profile/grants](/api/v4/profile-grants).
example: false
x-linode-cli-display: 3
authentication_type:
type: string
description: |
The authentication type of the account. Authentication types are chosen through
Cloud Manager and authorized when logging into your account. These authentication types are either
the user's password (in conjunction with their username), or the name of their
indentity provider such as "github", "google", etc. For example, if a user:

- Has never used Third-Party Authentication, their authentication type will be "password".
- Is using Third-Party Authentication, their authentication type will be the name of their Identity Provider (eg. "github").
- Has used Third-Party Authentication and has since revoked it, their authentication type will be "password".
example: password
readOnly: true
Region:
type: object
description: An area where Linode services are available.
Expand Down