fleet/schema/tables/pwd_policy.yml
Eric 02437a098e
Schema: change default block scalar used in schema override files (#19296)
Closes: #19271
Closes: #19286

Changes:
- Updated the example in the schema folder readme
- Updated the block scalar used in Fleet's osquery override
documentation (`>-` » `|-`) and removed extra newlines
- Updated the block scalar used in URLs used to create new yaml override
files
- Regenerated osqeury_fleet_schema.json
2024-05-27 18:18:56 -05:00

32 lines
1.2 KiB
YAML

name: pwd_policy
platforms:
- darwin
description: Password Policy (e.g., max failed password attempts).
columns:
- name: max_failed_attempts
type: integer
required: false
description: |-
The account lockout threshold specifies the amount of times a user can enter an incorrect password before a lockout will occur. Ensure that a lockout threshold is part of the password policy on the computer.
- name: expires_every_n_days
type: integer
required: false
description: |-
How many days for a new password to expire.
- name: days_to_expiration
type: integer
required: false
description: |-
How many days are left for the expiration of the current password.
- name: history_depth
type: integer
required: false
description: |-
This parameter indicates the depth of password history which a new password can't be identical to.
- name: min_mixed_case_characters
type: integer
required: false
description: |-
This parameter indicates the minimum number of mixed characters in a password.
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
evented: false