Preparing search index...
The search index is not available
Mosaia Node.js SDK - v0.0.34
Mosaia Node.js SDK
PermissionObject
Interface PermissionObject
Permission object in response
interface
PermissionObject
{
id
:
string
;
active
:
boolean
;
org
?:
string
;
user
?:
string
;
policy
:
string
;
tags
:
string
[]
;
record_history
?:
{
created_at
?:
string
;
created_by
?:
string
;
created_by_type
?:
string
;
updated_at
?:
string
;
updated_by
?:
string
;
updated_by_type
?:
string
;
}
;
}
Index
Properties
id
active
org?
user?
policy
tags
record_
history?
Properties
id
id
:
string
active
active
:
boolean
Optional
org
org
?:
string
Optional
user
user
?:
string
policy
policy
:
string
tags
tags
:
string
[]
Optional
record_
history
record_history
?:
{
created_at
?:
string
;
created_by
?:
string
;
created_by_type
?:
string
;
updated_at
?:
string
;
updated_by
?:
string
;
updated_by_type
?:
string
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
active
org
user
policy
tags
record_
history
Mosaia Node.js SDK - v0.0.34
Loading...
Permission object in response