clarify that -1 for uid in password_policy is global (#8664)

This commit is contained in:
Mo Zhu 2022-11-28 10:26:25 -08:00 committed by GitHub
parent 8fc32acf00
commit 7fb0589a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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