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?: OperationDisplay
Property Value
isDataAction
Indicates whether the operation is a data action.
isDataAction?: boolean
Property 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?: string
Property 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?: string
Property 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>}