Skip to content

Commit adbcaf0

Browse files
Merge pull request #253 from leslitagordita/update-authentication-type
[Update] Profile collection
2 parents b7b1837 + 3882fc5 commit adbcaf0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

openapi.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17456,9 +17456,20 @@ components:
1745617456
type: string
1745717457
enum:
1745817458
- password
17459+
- github
1745917460
description: |
17460-
This account's Cloud Manager authentication type. Currently, a user's password
17461-
(in conjunction with their username) is the only available authentication type.
17461+
This account's Cloud Manager authentication type. Authentication types are chosen through
17462+
Cloud Manager and authorized when logging into your account. These authentication types are either
17463+
the user's password (in conjunction with their username), or the name of their
17464+
indentity provider such as GitHub. For example, if a user:
17465+
17466+
- Has never used Third-Party Authentication, their authentication type will be `password`.
17467+
- Is using Third-Party Authentication, their authentication type will be the name of their Identity Provider (eg. `github`).
17468+
- Has used Third-Party Authentication and has since revoked it, their authentication type will be `password`.
17469+
17470+
17471+
**Note:** This functionality is not yet available in Cloud Manager.
17472+
See the [Cloud Manager Changelog](/changelog/cloud-manager/) for the latest updates.
1746217473
example: password
1746317474
readOnly: true
1746417475
Region:

0 commit comments

Comments
 (0)