Profile interface
A user profile.
Properties
application |
The attributes of this profile. |
core |
The core attributes of this profile. |
core |
The maximum revision number of any attribute. |
id | The unique identifier of the profile. |
profile |
The current state of the profile. |
revision | The maximum revision number of any attribute. |
time |
The time at which this profile was last changed. |
Property Details
applicationContainer
The attributes of this profile.
applicationContainer: AttributesContainer
Property Value
coreAttributes
The core attributes of this profile.
coreAttributes: {[key: string]: CoreProfileAttribute}
Property Value
{[key: string]: CoreProfileAttribute}
coreRevision
The maximum revision number of any attribute.
coreRevision: number
Property Value
number
id
The unique identifier of the profile.
id: string
Property Value
string
profileState
revision
The maximum revision number of any attribute.
revision: number
Property Value
number
timeStamp
The time at which this profile was last changed.
timeStamp: Date
Property Value
Date