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? |
---|
__v | Number | | | | | |
_deleted | Boolean | | | false | x | |
_id | ObjectID | | | function defaultId() {
return new oid();
} | | |
_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 |
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 |
realm | String | | | | | |
servicetype | String | | | | | |
updatedAt | Date | | | | | |
username | String | | | | x | |
xascendsessionsvrkey | String | | | | | |
Raw definition
{
"path": "__v",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"__v"
],
"options": {},
"_index": null
}
{
"path": "_deleted",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_deleted"
],
"options": {
"default": false,
"index": true
},
"_index": true,
"defaultValue": false
}
{
"path": "_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [
null
],
"_presplitPath": [
"_id"
],
"options": {
"auto": true,
"type": "ObjectId"
},
"_index": null
}
{
"path": "_owner_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_owner_id"
],
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"_index": true
}
{
"path": "_updated_by_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_updated_by_id"
],
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "acctauthentic",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctauthentic"
],
"options": {},
"_index": null
}
{
"path": "acctinputoctets",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctinputoctets"
],
"options": {},
"_index": null
}
{
"path": "acctinterval",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctinterval"
],
"options": {},
"_index": null
}
{
"path": "acctoutputoctets",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctoutputoctets"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "acctsessionid",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctsessionid"
],
"options": {},
"_index": null
}
{
"path": "acctsessiontime",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctsessiontime"
],
"options": {},
"_index": null
}
{
"path": "acctstartdelay",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctstartdelay"
],
"options": {},
"_index": null
}
{
"path": "acctstarttime",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctstarttime"
],
"options": {},
"_index": null
}
{
"path": "acctstopdelay",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctstopdelay"
],
"options": {},
"_index": null
}
{
"path": "acctstoptime",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctstoptime"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "acctterminatecause",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctterminatecause"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "acctuniqueid",
"instance": "String",
"validators": [
{
"message": "Path `{PATH}` is required.",
"type": "required"
}
],
"getters": [],
"setters": [],
"_presplitPath": [
"acctuniqueid"
],
"options": {
"unique": true,
"index": true,
"required": true
},
"_index": {
"unique": true,
"background": true
},
"isRequired": true,
"originalRequiredValue": true
}
{
"path": "acctupdatetime",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"acctupdatetime"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "calledstationid",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"calledstationid"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "callingstationid",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"callingstationid"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "connectinfo_start",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"connectinfo_start"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "connectinfo_stop",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"connectinfo_stop"
],
"options": {},
"_index": null
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true
}
{
"enumValues": [],
"regExp": null,
"path": "framedipaddress",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"framedipaddress"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "framedprotocol",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"framedprotocol"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "groupname",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"groupname"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "nasipaddress",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"nasipaddress"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "nasportid",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"nasportid"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "nasporttype",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"nasporttype"
],
"options": {},
"_index": null
}
{
"path": "radacctid",
"instance": "Number",
"validators": [
{
"message": "Path `{PATH}` is required.",
"type": "required"
}
],
"getters": [],
"setters": [],
"_presplitPath": [
"radacctid"
],
"options": {
"unique": true,
"index": true,
"required": true
},
"_index": {
"unique": true,
"background": true
},
"isRequired": true,
"originalRequiredValue": true
}
{
"enumValues": [],
"regExp": null,
"path": "realm",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"realm"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "servicetype",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"servicetype"
],
"options": {},
"_index": null
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "username",
"instance": "String",
"validators": [
{
"message": "Path `{PATH}` is required.",
"type": "required"
}
],
"getters": [],
"setters": [],
"_presplitPath": [
"username"
],
"options": {
"index": true,
"required": true
},
"_index": true,
"isRequired": true,
"originalRequiredValue": true
}
{
"enumValues": [],
"regExp": null,
"path": "xascendsessionsvrkey",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"xascendsessionsvrkey"
],
"options": {},
"_index": null
}