File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17456,9 +17456,16 @@ components:
17456
17456
type: string
17457
17457
enum:
17458
17458
- password
17459
+ - github
17459
17460
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`.
17462
17469
example: password
17463
17470
readOnly: true
17464
17471
Region:
You can’t perform that action at this time.
0 commit comments