Skip to content

Commit 2b87d23

Browse files
committed
DOC-4415 Add missing auth_method options for user API object
1 parent f6532e4 commit 2b87d23

File tree

1 file changed

+1
-1
lines changed
  • content/operate/rs/references/rest-api/objects

1 file changed

+1
-1
lines changed

content/operate/rs/references/rest-api/objects/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: $weight
1515
| uid | integer | User's unique ID |
1616
| account_id | integer | SM account ID |
1717
| action_uid | string | Action UID. If it exists, progress can be tracked by the `GET` `/actions/{uid}` API request (read-only) |
18-
| auth_method | **'regular'** | User's authentication method |
18+
| auth_method | **'regular'**<br />'certificate'<br />'entraid' | User's authentication method |
1919
| bdbs_email_alerts | complex object | UIDs of databases that user will receive alerts for |
2020
| cluster_email_alerts | boolean | Activate cluster email alerts for a user |
2121
| email | string | User's email (pattern matching only ASCII characters) |

0 commit comments

Comments
 (0)