Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 697 Bytes

UserPermission.md

File metadata and controls

16 lines (11 loc) · 697 Bytes

PollinationSDK.Model.UserPermission

Properties

Name Type Description Notes
Admin bool The user has admin permission to this resource [optional] [default to false]
Write bool The user has write permission on this resource [optional] [default to false]
Read bool The user has read permission on this resource [optional] [default to false]
Type string [optional] [readonly] [default to "UserPermission"]

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