Skip to content

Commit 5cae7bc

Browse files
Merge pull request #221 from hzoppetti/auth-type-pro-map
Adding authentication_type to Profile
2 parents caae536 + 0e17241 commit 5cae7bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17383,6 +17383,15 @@ 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+
enum:
17389+
- password
17390+
description: |
17391+
This account's Cloud Manager authentication type. Currently, a user's password
17392+
(in conjunction with their username) is the only available authentication type.
17393+
example: password
17394+
readOnly: true
1738617395
Region:
1738717396
type: object
1738817397
description: An area where Linode services are available.

0 commit comments

Comments
 (0)