27 lines
662 B
JSON
27 lines
662 B
JSON
|
[
|
||
|
{ "label": "personalInfo", "path": "/" },
|
||
|
{
|
||
|
"label": "accountSecurity",
|
||
|
"children": [
|
||
|
{ "label": "signingIn", "path": "account-security/signing-in" },
|
||
|
{ "label": "deviceActivity", "path": "account-security/device-activity" },
|
||
|
{
|
||
|
"label": "linkedAccounts",
|
||
|
"path": "account-security/linked-accounts",
|
||
|
"isVisible": "isLinkedAccountsEnabled"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{ "label": "applications", "path": "applications" },
|
||
|
{
|
||
|
"label": "groups",
|
||
|
"path": "groups",
|
||
|
"isVisible": "isViewGroupsEnabled"
|
||
|
},
|
||
|
{
|
||
|
"label": "resources",
|
||
|
"path": "resources",
|
||
|
"isVisible": "isMyResourcesEnabled"
|
||
|
}
|
||
|
]
|