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

Latest commit

 

History

History
19 lines (15 loc) · 2.18 KB

File metadata and controls

19 lines (15 loc) · 2.18 KB

BFPermission

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]
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]

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