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

Latest commit

 

History

History
16 lines (12 loc) · 1.5 KB

File metadata and controls

16 lines (12 loc) · 1.5 KB

Password

Properties

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

[Back to Model list] [Back to API list] [Back to README]