Preparing search index...
The search index is not available
@contrail/entity-types
@contrail/entity-types
User
Interface User
interface
User
{
createdById
?:
string
;
createdOn
?:
Date
;
email
?:
string
;
firstName
?:
string
;
id
?:
string
;
isAppUser
?:
boolean
;
isSsoUser
?:
boolean
;
lastName
?:
string
;
orgs
?:
UserOrg
[]
;
readUpdatedOn
?:
Date
;
updatedById
?:
string
;
updatedOn
?:
Date
;
}
Hierarchy
BaseManagedEntity
User
Index
Properties
created
By
Id?
created
On?
email?
first
Name?
id?
is
App
User?
is
Sso
User?
last
Name?
orgs?
read
Updated
On?
updated
By
Id?
updated
On?
Properties
Optional
created
By
Id
created
By
Id
?:
string
Optional
created
On
created
On
?:
Date
Optional
email
email
?:
string
Optional
first
Name
first
Name
?:
string
Optional
id
id
?:
string
Optional
is
App
User
is
App
User
?:
boolean
Optional
is
Sso
User
is
Sso
User
?:
boolean
Optional
last
Name
last
Name
?:
string
Optional
orgs
orgs
?:
UserOrg
[]
Optional
read
Updated
On
read
Updated
On
?:
Date
Optional
updated
By
Id
updated
By
Id
?:
string
Optional
updated
On
updated
On
?:
Date
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
created
By
Id
created
On
email
first
Name
id
is
App
User
is
Sso
User
last
Name
orgs
read
Updated
On
updated
By
Id
updated
On
@contrail/entity-types
Loading...
Generated using
TypeDoc