mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
clarify that -1 for uid in password_policy is global (#8664)
This commit is contained in:
parent
8fc32acf00
commit
7fb0589a72
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ columns:
|
|||
required: false
|
||||
type: text
|
||||
- name: uid
|
||||
description: User ID for the policy, if available. Otherwise, returns `-1`.
|
||||
description: User ID for the policy. Returns `-1` if the policy applies to all users.
|
||||
required: false
|
||||
type: bigint
|
||||
|
|
|
|||
Loading…
Reference in a new issue