Skip to content

Commit 13175b9

Browse files
kungalopatinevgeny
andauthored
Apply suggestions from code review
Co-authored-by: lopatinevgeny <lopatinevgeny@yandex-team.ru>
1 parent 724b7ff commit 13175b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/docs/en/core/dev/system-views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Table structure:
319319
|--------|-------------|
320320
| `Sid` | [SID](../concepts/glossary.md#sid) of the user.<br />Type: `Utf8`.<br />Key: `0`. |
321321
| `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`. |
323323
| `CreatedAt` | Timestamp of user creation.<br />Type: `Timestamp`. |
324324
| `LastSuccessfulAttemptAt` | Timestamp of the last successful authentication attempt.<br />Type: `Timestamp`. |
325325
| `LastFailedAttemptAt` | Timestamp of the last failed authentication attempt.<br />Type: `Timestamp`. |
@@ -355,7 +355,7 @@ Table structure:
355355

356356
The auth permissions views list assigned [access rights](../concepts/glossary.md#access-right).
357357

358-
Contains two views:
358+
There are two views:
359359

360360
* `auth_permissions`: Directly assigned access rights.
361361
* `auth_effective_permissions`: Effective access rights, accounting for [inheritance](../concepts/glossary.md#access-right-inheritance).

0 commit comments

Comments
 (0)