Metadata_Privilege_OperationInfo
Metadata_Privilege_OperationInfo
The OperationInfo structure contains privilege information of an operation element. For an explanation of containment within operation elements, see Operation.
JSON Example
{
"privileges": [
"string"
],
"privilege_info": [
{
"property_path": "string",
"privileges": [
"string"
]
}
]
}
array of string
privileges
Required
List of all privileges assigned to the operation element.
array of Metadata_Privilege_PrivilegeInfo
privilege_info
Required
Privilege information of all the parameter elements of the operation element. For an explanation of containment of privilege information within parameter elements, see PrivilegeInfo.