Groups

Groups

Database Information


Database Name

Database Type

Collection Name

Database Name

Database Type

Collection Name

%tenant_code%_urac

MongoDB

groups

 

Record Explanation


 

Field Name

Type

Mandatory

Unique

Indexed

Description

 

Field Name

Type

Mandatory

Unique

Indexed

Description

_id

Mongo ID

YES

YES

YES

Mongo Record ID

code

String

YES

YES

YES

Group Code

name

String

YES

NO

NO

Group Name

description

String

YES

NO

NO

Group Description

config

Object

NO

NO

NO

Group configuration

tenant

Object

YES

NO

NO

 

 



Field Name

Type

Mandatory

Unique

Indexed

Description

id

String

YES

YES

NO

Tenant ID

code

String

YES

YES

NO

Tenant Code

locked

Boolean

NO

NO

NO

Group is Locked

 Sample


Record Sample
var data = { "_id": ObjectId('5718a32f0e811ab5a0ca08b5'), "locked": true, "code": "owner", "name": "Owner Group", "description": "this is the owner group that owns the dashboard", "config": { "allowedPackages": { "DSBRD": [ "DSBRD_OWNER" ] }, "allowedEnvironments" : { "DEV" : { } } }, "tenant": { "id": "5551aca9e179c39b760f7a1a", "code": "DBTN" } };