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: ydb/docs/en/core/dev/system-views.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ Table structure:
319
319
|--------|-------------|
320
320
|`Sid`|[SID](../concepts/glossary.md#sid) of the user.<br />Type: `Utf8`.<br />Key: `0`. |
321
321
|`IsEnabled`| Indicates if login is allowed; used for explicit administrator block. Independent of `IsLockedOut`.<br />Type: `Bool`. |
322
-
|`IsLockedOut`| Indicates that this user is automatically locked out due to exceeding the number of failed authentication attempts. Independent of `IsEnabled`.<br />Type: `Bool`. |
322
+
|`IsLockedOut`| Indicates that user has been automatically deactivated due to exceeding the threshold for unsuccessful authentication attempts. Independent of `IsEnabled`.<br />Type: `Bool`. |
323
323
|`CreatedAt`| Timestamp of user creation.<br />Type: `Timestamp`. |
324
324
|`LastSuccessfulAttemptAt`| Timestamp of the last successful authentication attempt.<br />Type: `Timestamp`. |
325
325
|`LastFailedAttemptAt`| Timestamp of the last failed authentication attempt.<br />Type: `Timestamp`. |
@@ -355,7 +355,7 @@ Table structure:
355
355
356
356
The auth permissions views list assigned [access rights](../concepts/glossary.md#access-right).
0 commit comments