authen
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
fn_get_password_json
Parameters
Name
Type
Mode
prop_id
integer
IN
Definition
with P as ( select * from sp_get_password_policy(prop_id) ) select json_build_object( 'alert_text', description, 'reg_exp', regex, 'min_length', min_length, 'max_length', max_length ) from P