Skip to content

Commit 272aa97

Browse files
Add info about GitHub authentication_type
1 parent b7b1837 commit 272aa97

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17456,9 +17456,16 @@ 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`.
1746217469
example: password
1746317470
readOnly: true
1746417471
Region:

0 commit comments

Comments
 (0)