Operation interface

REST API operation definition.

Properties

display

The localized display information for this particular operation or action.

name

The name of the operation being performed on this particular object.

origin

The intended executor of the operation.

properties

Additional descriptions for the operation.

Property Details

display

The localized display information for this particular operation or action.

display?: OperationDisplay

Property Value

name

The name of the operation being performed on this particular object.

name?: string

Property Value

string

origin

The intended executor of the operation.

origin?: string

Property Value

string

properties

Additional descriptions for the operation.

properties?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}