| 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] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.