Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1.36 KB

File metadata and controls

14 lines (11 loc) · 1.36 KB

Bfwd::Password

Properties

Name Type Description Notes
created DateTime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by String { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
id String { "description" : "ID of the password.", "verbs":["POST","PUT","GET"] } [optional]
user_id String { "description" : "ID of the user associated with the password.", "verbs":["POST","PUT","GET"] }
organization_id String { "description" : "Organization associated with the user", "verbs":["POST","PUT","GET"] }
password String { "description" : "The password.", "verbs":["POST","PUT","GET"] }
active BOOLEAN { "description" : "Is this the active password.", "verbs":["POST","PUT","GET"] } [default to false]