MetadataPrivilegeServiceGetResponseBody
This is a response body class for an operation.
Properties
JSON Example
{
"value": {
"operations": [
{
"key": "key1",
"value": {
"privilege_info": [
{
"privileges": [
"string"
],
"property_path": "string"
}
],
"privileges": [
"string"
]
}
}
]
}
}