RequiredUserType
.halguru.yaml ➤ Channels[] ➤ ChatApp ➤ RequiredUserType
Gets or sets the type of user required to access the channel.
Channels:
- ChatApp:
RequiredUserType: Anonymous
| Name |
Description |
| Title |
Required User Type |
| Field Type |
Choice |
| Required |
True |
Choices
| Choice |
Value |
Description |
| Anonymous |
0 |
Access to the channel is available to users without requiring registration or authentication. |
| Authorized |
1 |
Access to the channel is granted to users who have completed a registration process |
| Assigned |
2 |
Access to the channel is granted to users who have been assigned to the package. |
| Paid |
3 |
Access to the channel is granted exclusively to paid users or devices associated with a paid package. |
The default value is Anonymous.
| Property |
Value |
| Path |
Channels[].ChatApp.RequiredUserType |
| Internal Type |
AgentModels.AgentUserType |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |