trendminer.sdk.commons.user module¶
- class trendminer.sdk.commons.user.User(identifier: str, subject_type: str, name: str, first: str, last: str, created: datetime)¶
Bases:
ABC
A TrendMiner User Representation
- identifier¶
Unique reference on the appliance
- Type:
str, optional
- name¶
name of the user
- Type:
str
- first¶
First name of the user
- Type:
str
- last¶
Last name of the user
- Type:
str
- subject_type¶
Subject type of the user
- Type:
str
- created¶
The instance when user was created
- Type:
datetime.datetime