PermissionModel
Bases: PumCustomBaseModel
PermissionModel represents a permission for a database role.
Attributes:
| Name | Type | Description |
|---|---|---|
type |
Literal['read', 'write']
|
Type of permission ('read' or 'write'). |
schemas |
List[str]
|
List of schemas this permission applies to. |