| 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] |
| updated | datetime | { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } | [optional] |
| id | str | { "description" : "", "verbs":["GET"] } | [optional] |
| role_id | str | { "description" : "", "verbs":["GET", "POST"] } | [optional] |
| role_name | str | { "description" : "", "verbs":["GET", "POST"] } | [optional] |
| resource | str | { "description" : "BillForward resource associated with this permission.", "verbs":["GET","POST","PUT"] } | [optional] |
| action | str | { "description" : "Action they may be performed on the associated resource.", "verbs":["GET","POST","PUT"] } | [optional] |
| revoked | datetime | { "description" : "If a permission is deleted it is set as revoked from this date. The role with this permission will no longer have its applied.", "verbs":["GET","POST","PUT"] } | [optional] |
| deleted | bool | { "default" : "false", "description" : "If a permission is deleted the role with this permission will no longer have its applied.", "verbs":["GET","POST","PUT"] } | [optional] [default to False] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.