Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 950 Bytes

ExtraRoleObjectPermission.md

File metadata and controls

19 lines (14 loc) · 950 Bytes

ExtraRoleObjectPermission

Properties

Name Type Description Notes
id i32 [readonly]
codename String [readonly]
model String [readonly]
app_label String [readonly]
object_pk String
name String [readonly]
app_label_verbose String Get app label from permission's model [readonly]
model_verbose String Get model label from permission's model [readonly]
object_description Option<String> Get model description from attached model. This operation takes at least one additional query, and the description is only shown if the user/role has the view_ permission on the object [readonly]

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