Models
Schema: `Principal`
- Type:
object - Required fields:
id,is_admin,name,type
Properties
| Name | Type | Required | Description |
|---|---|---|---|
created_at |
string |
false |
- |
id |
string |
true |
- |
is_admin |
boolean |
true |
- |
name |
string |
true |
- |
type |
PrincipalType |
true |
- |