A new namespace is created successfully, with result=201. It can be retreived by GET /SecurityNamespaces
{
“name”: “PinkRoleOperator”,
“displayName”: “PinkRole operator”,
“id”: “3754e6aa-16ef-4bec-9b61-fb9eda559a5f”,
“resourceType”: “3754e6aa-16ef-4bec-9b61-fb9eda559a5f”,
“userDefined”: true,
“structure”: 1,
“securityActions”: [
{
“name”: “GENERIC_READ”,
“displayName”: “Read”,
“visible”: false,
“securityMask”: 1
},
{
“name”: “ADMIN_SECURITY”,
“displayName”: “Admin Security”,
“visible”: false,
“securityMask”: 2
}
],
“relations”: {
“self”: {
“type”: “securityNamespaces”,
“id”: “3754e6aa-16ef-4bec-9b61-fb9eda559a5f”
}
},
“relatedTimeprofileMask”: 0
}
BUT:
is not visible in ManagementClient under Roles \ OverallSecurity
What are we missing?
Much appreciated