RbacPermission
RbacPermission
RBAC permission of individual intelligence API
JSON Example
{
"feature": "string",
"operation_id": "string",
"path": "string",
"http_method": "string",
"authorizations": [
"string"
]
}
string
feature
Optional
Feature name shared by a group of APIs
string
operation_id
Optional
A unique name to identify an API method
string
path
Optional
API path
string
http_method
Optional
HTTP method allowed by this API
array of string
authorizations
Optional
A list of authorized roles of this API