Right
Right
Right
JSON Example
{
"name": "string",
"id": "string",
"description": "string",
"bundleKey": "string",
"category": "string",
"serviceNamespace": "string",
"rightType": "string",
"impliedRights": [
{
"name": "string",
"id": "string"
}
],
"isPublishable": false
}
string
name
Required
Constraints:
minLength: 1
maxLength: 128
name
string
id
Optional
Constraints:
maxLength: 128
id
string
description
Optional
Constraints:
minLength: 1
maxLength: 256
description
string
bundleKey
Optional
Constraints:
minLength: 1
maxLength: 128
bundleKey
string
category
Optional
Constraints:
minLength: 1
maxLength: 128
category
string
serviceNamespace
Optional
Constraints:
minLength: 1
maxLength: 128
serviceNamespace
string
rightType
Optional
rightType
Possible values are :
VIEW,
MODIFY,
boolean
isPublishable
Optional
Whether or not this right is publishable to tenants or sub-providers.