Riksdagsmonitor Intelligence Platform - v0.7.19
Home
GitHub
ISMS
Preparing search index...
scripts/government-role-validator
GovernmentRoleMember
Interface GovernmentRoleMember
A single government role record from the CIA data export.
interface
GovernmentRoleMember
{
roleId
:
string
;
department
:
string
;
roleCode
:
string
;
firstName
:
string
;
lastName
:
string
;
fromDate
:
string
;
toDate
:
string
;
personId
:
string
;
party
:
string
;
active
:
boolean
;
}
Index
Properties
role
Id
department
role
Code
first
Name
last
Name
from
Date
to
Date
person
Id
party
active
Properties
Readonly
role
Id
roleId
:
string
Readonly
department
department
:
string
Readonly
role
Code
roleCode
:
string
Readonly
first
Name
firstName
:
string
Readonly
last
Name
lastName
:
string
Readonly
from
Date
fromDate
:
string
Readonly
to
Date
toDate
:
string
Readonly
person
Id
personId
:
string
Readonly
party
party
:
string
Readonly
active
active
:
boolean
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
role
Id
department
role
Code
first
Name
last
Name
from
Date
to
Date
person
Id
party
active
Architecture
Security
Threat Model
Data Model
SWOT
Business Model
Home
GitHub
ISMS
Riksdagsmonitor Intelligence Platform - v0.7.19
Loading...
A single government role record from the CIA data export.