Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 624 Bytes

Permissions.md

File metadata and controls

11 lines (8 loc) · 624 Bytes

Permissions

Properties

Name Type Description Notes
CanDelete bool Indicates whether the user can delete a given resource. [optional] [default to null]
CanRead bool Indicates whether the user can read a given resource. [optional] [default to null]
CanWrite bool Indicates whether the user can write a given resource. [optional] [default to null]

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