Operation interface
REST API operation definition.
Properties
| display | The localized display information for this particular operation or action. NOTE: This property will not be serialized. It can only be populated by the server. | 
| is | Indicates whether the operation is a data action. | 
| name | The name of the operation being performed on this particular object. NOTE: This property will not be serialized. It can only be populated by the server. | 
| origin | The intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server. | 
| properties | Additional descriptions for the operation. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
display
The localized display information for this particular operation or action. NOTE: This property will not be serialized. It can only be populated by the server.
display?: OperationDisplayProperty Value
		isDataAction
	  
	Indicates whether the operation is a data action.
isDataAction?: booleanProperty Value
boolean
name
The name of the operation being performed on this particular object. NOTE: This property will not be serialized. It can only be populated by the server.
name?: stringProperty Value
string
origin
The intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
origin?: stringProperty Value
string
properties
Additional descriptions for the operation. NOTE: This property will not be serialized. It can only be populated by the server.
properties?: {[propertyName: string]: Record<string, unknown>}Property Value
{[propertyName: string]: Record<string, unknown>}