You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/models.ts
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -839,11 +839,11 @@ export namespace Models {
839
839
*/
840
840
userId: string;
841
841
/**
842
-
* User name.
842
+
* User name. Hide this attribute by toggling membership privacy in the Console.
843
843
*/
844
844
userName: string;
845
845
/**
846
-
* User email address.
846
+
* User email address. Hide this attribute by toggling membership privacy in the Console.
847
847
*/
848
848
userEmail: string;
849
849
/**
@@ -867,7 +867,7 @@ export namespace Models {
867
867
*/
868
868
confirm: boolean;
869
869
/**
870
-
* Multi factor authentication status, true if the user has MFA enabled or false otherwise.
870
+
* Multi factor authentication status, true if the user has MFA enabled or false otherwise. Hide this attribute by toggling membership privacy in the Console.
0 commit comments