MetadataPrivilegeOperationInfo

The OperationInfo structure contains privilege information of an operation element. For an explanation of containment within operation elements, see Operation.


Properties

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.


array of string
privileges Required

List of all privileges assigned to the operation element.

JSON Example

{
	"privilege_info": [
		{
			"privileges": [
				"string"
			],
			"property_path": "string"
		}
	],
	"privileges": [
		"string"
	]
}

Feedback

Was this page helpful?