[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
UserPreferenceConsoleRequest
This object represent user-prefernce create object.
Properties
string
name
Required
Display name for the console.
array of
string
assign_to
Optional
The console is assigned to which ROLE. For logged in user , this field value will be populated automatically, but if Admin user wants to assign, the console to any ROLE then it needs to be sent in the request payload. Non admin user won’t be able assign any ROLE.
object
data
Optional
This will contain all UI specific user-preference details. This is free object and can contain any thing UI wants to store.
string
description
Optional
This is notification console preference, created for admin.
boolean
is_default
Optional
Set to true only for default user preferences
boolean
is_predefined
Optional
Set to true only for console which are predefined by system.
string
parent_id
Optional
Parent id of the console. Default value is null.
JSON Example
{
"name": "Default notification console"
}