MetadataPrivilegePrivilegeInfo

The PrivilegeInfo structure contains the privilege information for a parameter element in an operation element.


Properties

array of string
privileges Required

List of privileges assigned to the entity that is being referred by PrivilegeInfo.property-path.


string
property_path Required

The PrivilegeInfo.property-path points to an entity that is used in the operation element. An entity can either be present in one of the parameter elements or if a parameter is a structure element, it could also be present in one of the field elements. If the privilege is assigned to an entity used in the parameter, PrivilegeInfo.property-path will just contain the name of the parameter field. If the privilege is assigned to an entity in one of the field elements of a parameter element that is a structure element, then PrivilegeInfo.property-path will contain a path to the field element starting from the parameter name.

JSON Example

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

Feedback

Was this page helpful?