18 rows are stored for this page
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | Models |
| Field | String | external_id |
| FieldType | String | UUIDField |
| Notes | Text | <code>default=uuid4</code>, <code>unique</code>, indexed. Opaque public identifier — never expose the integer <code>pk</code> |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | Models |
| Field | String | created_date |
| FieldType | String | DateTimeField |
| Notes | Text | <code>auto_now_add</code>; nullable, indexed |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | Models |
| Field | String | modified_date |
| FieldType | String | DateTimeField |
| Notes | Text | <code>auto_now</code>; nullable, indexed |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | Models |
| Field | String | deleted |
| FieldType | String | BooleanField |
| Notes | Text | <code>default=False</code>, indexed. Soft-delete flag; the default manager hides <code>deleted=True</code> rows |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionModel fields |
| Field | String | slug |
| FieldType | String | CharField(1024) |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionModel fields |
| Field | String | name |
| FieldType | String | CharField(1024) |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionModel fields |
| Field | String | description |
| FieldType | String | TextField |
| Notes | Text | no |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionModel fields |
| Field | String | context |
| FieldType | String | CharField(1024) |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionModel fields |
| Field | String | temp_deleted |
| FieldType | String | BooleanField |
| Notes | Text | no |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | Registry declaration — Permission dataclass |
| Field | String | name |
| FieldType | String | str |
| Notes | Text | <code>name</code> |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | Registry declaration — Permission dataclass |
| Field | String | description |
| FieldType | String | str |
| Notes | Text | <code>description</code> |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | Registry declaration — Permission dataclass |
| Field | String | context |
| FieldType | String | PermissionContext |
| Notes | Text | <code>context</code> (<code>.value</code>) |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | Registry declaration — Permission dataclass |
| Field | String | roles |
| FieldType | String | list[Role] |
| Notes | Text | — (drives <code>RolePermission</code>) |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionSpec |
| Field | String | name |
| FieldType | String | str |
| Notes | Text | From <code>PermissionModel.name</code> |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionSpec |
| Field | String | description |
| FieldType | String | str |
| Notes | Text | From <code>PermissionModel.description</code> |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionSpec |
| Field | String | slug |
| FieldType | String | SlugType |
| Notes | Text | <code>str</code>, <code>min_length=5</code>, <code>max_length=50</code>, must match <code>^[a-zA-Z0-9][a-zA-Z0-9_-]*[a-zA-Z0-9]$</code> (URL-safe; starts and ends alphanumeric). See ['"`UNIQ--nowiki-0000067E-QINU`"'https://github.com/ohcnetwork/care/blob/develop/care/emr/utils/slug_type.py <code>slug_type.py</code>] |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionSpec |
| Field | String | context |
| FieldType | String | str |
| Notes | Text | One of the <code>PermissionContext</code> values above |
| Field | Field type | Value |
|---|
| Model | String | Permission |
| Section | String | PermissionSpec |
| Field | String | id |
| FieldType | String | UUID4 |
| Notes | Text | Added by <code>serialize</code> as <code>external_id</code> (inherited base behaviour) |
"Docs" values
1 row is stored for this page
| Field | Field type | Value |
|---|
| Title | String | Permission |
| DocType | String | reference |
| Domain | String | access-governance |
| Summary | Text | |
| SidebarOrder | Integer | 4 |
| IntroducedIn | String | 3.0 |
| DeprecatedIn | String | |
| FHIRResource | String | |
| Model | String | Permission |
| SourceFile | String | |
| Status | String | current |