Model radaccts
Permissions
| User Group | Create? | Read? | Update? | Delete? |
|---|
| setup | x | x | x | x |
| admin | | x | | |
| user | | x | | |
Fields
| Name | Type | Link | Maps To | Default | Indexed? | Unique? | Required? |
|---|
| __v | Number | | | | | | |
| _deleted | Boolean | | | false | x | | |
| _id | ObjectID | | | [Function] | | | |
| _owner_id | ObjectID | User | _owner | | x | | |
| _updated_by_id | ObjectID | User | _updated_by | | x | | |
| acctauthentic | String | | | | | | |
| acctinputoctets | Number | | | | | | |
| acctinterval | Number | | | | | | |
| acctoutputoctets | Number | | | | | | |
| acctsessionid | String | | | | | | |
| acctsessiontime | Number | | | | | | |
| acctstartdelay | Number | | | | | | |
| acctstarttime | Date | | | | | | |
| acctstopdelay | Number | | | | | | |
| acctstoptime | Date | | | | | | |
| acctterminatecause | String | | | | | | |
| acctuniqueid | String | | | | x | x | x |
| acctupdatetime | Date | | | | | | |
| calledstationid | String | | | | | | |
| callingstationid | String | | | | | | |
| connectinfo_start | String | | | | | | |
| connectinfo_stop | String | | | | | | |
| createdAt | Date | | | | | | |
| framedipaddress | String | | | | | | |
| framedprotocol | String | | | | | | |
| groupname | String | | | | | | |
| nasipaddress | String | | | | | | |
| nasportid | String | | | | | | |
| nasporttype | String | | | | | | |
| radacctid | Number | | | | x | x | x |
| realm | String | | | | | | |
| servicetype | String | | | | | | |
| updatedAt | Date | | | | | | |
| username | String | | | | x | | x |
| xascendsessionsvrkey | String | | | | | | |
Field Details
__v
{
"path": "__v",
"instance": "Number",
"options": {},
"validators": []
}_deleted
{
"path": "_deleted",
"instance": "Boolean",
"options": {
"default": false,
"index": true
},
"validators": [],
"defaultValue": false
}_id
{
"path": "_id",
"instance": "ObjectID",
"options": {
"auto": true,
"type": "ObjectId"
},
"validators": [],
"defaultValue": "[Function]"
}_owner_id
{
"path": "_owner_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"validators": []
}_updated_by_id
{
"path": "_updated_by_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"validators": []
}acctauthentic
{
"path": "acctauthentic",
"instance": "String",
"options": {},
"validators": []
}acctinputoctets
{
"path": "acctinputoctets",
"instance": "Number",
"options": {},
"validators": []
}acctinterval
{
"path": "acctinterval",
"instance": "Number",
"options": {},
"validators": []
}acctoutputoctets
{
"path": "acctoutputoctets",
"instance": "Number",
"options": {},
"validators": []
}acctsessionid
{
"path": "acctsessionid",
"instance": "String",
"options": {},
"validators": []
}acctsessiontime
{
"path": "acctsessiontime",
"instance": "Number",
"options": {},
"validators": []
}acctstartdelay
{
"path": "acctstartdelay",
"instance": "Number",
"options": {},
"validators": []
}acctstarttime
{
"path": "acctstarttime",
"instance": "Date",
"options": {},
"validators": []
}acctstopdelay
{
"path": "acctstopdelay",
"instance": "Number",
"options": {},
"validators": []
}acctstoptime
{
"path": "acctstoptime",
"instance": "Date",
"options": {},
"validators": []
}acctterminatecause
{
"path": "acctterminatecause",
"instance": "String",
"options": {},
"validators": []
}acctuniqueid
{
"path": "acctuniqueid",
"instance": "String",
"options": {
"unique": true,
"index": true,
"required": true
},
"validators": [
{
"message": "Path `{PATH}` is required."
}
],
"isRequired": true
}Validators
- : Path `{PATH}` is required.
acctupdatetime
{
"path": "acctupdatetime",
"instance": "Date",
"options": {},
"validators": []
}calledstationid
{
"path": "calledstationid",
"instance": "String",
"options": {},
"validators": []
}callingstationid
{
"path": "callingstationid",
"instance": "String",
"options": {},
"validators": []
}connectinfo_start
{
"path": "connectinfo_start",
"instance": "String",
"options": {},
"validators": []
}connectinfo_stop
{
"path": "connectinfo_stop",
"instance": "String",
"options": {},
"validators": []
}createdAt
{
"path": "createdAt",
"instance": "Date",
"options": {
"immutable": true
},
"validators": []
}framedipaddress
{
"path": "framedipaddress",
"instance": "String",
"options": {},
"validators": []
}framedprotocol
{
"path": "framedprotocol",
"instance": "String",
"options": {},
"validators": []
}groupname
{
"path": "groupname",
"instance": "String",
"options": {},
"validators": []
}nasipaddress
{
"path": "nasipaddress",
"instance": "String",
"options": {},
"validators": []
}nasportid
{
"path": "nasportid",
"instance": "String",
"options": {},
"validators": []
}nasporttype
{
"path": "nasporttype",
"instance": "String",
"options": {},
"validators": []
}radacctid
{
"path": "radacctid",
"instance": "Number",
"options": {
"unique": true,
"index": true,
"required": true
},
"validators": [
{
"message": "Path `{PATH}` is required."
}
],
"isRequired": true
}Validators
- : Path `{PATH}` is required.
realm
{
"path": "realm",
"instance": "String",
"options": {},
"validators": []
}servicetype
{
"path": "servicetype",
"instance": "String",
"options": {},
"validators": []
}updatedAt
{
"path": "updatedAt",
"instance": "Date",
"options": {},
"validators": []
}username
{
"path": "username",
"instance": "String",
"options": {
"index": true,
"required": true
},
"validators": [
{
"message": "Path `{PATH}` is required."
}
],
"isRequired": true
}Validators
- : Path `{PATH}` is required.
xascendsessionsvrkey
{
"path": "xascendsessionsvrkey",
"instance": "String",
"options": {},
"validators": []
}