MetadataPrivilegeComponentGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
The ComponentData instance that corresponds to componentId
JSON Example
{
"value": {
"fingerprint": "string",
"info": {
"packages": {
"key": {
"privileges": [
"string"
],
"services": {
"key": {
"operations": {
"key": {
"privilege_info": [
{
"privileges": [
"string"
],
"property_path": "string"
}
],
"privileges": [
"string"
]
}
}
}
}
}
}
}
}
}