Operation interface

A REST API operation

Properties

display

The object that describes the operation.

name

This is of the format {provider}/{resource}/{operation}.

origin

The intended executor of the operation.

properties

Any object

Property Details

display

The object that describes the operation.

display?: OperationDisplay

Property Value

name

This is of the format {provider}/{resource}/{operation}.

name?: string

Property Value

string

origin

The intended executor of the operation.

origin?: string

Property Value

string

properties

Any object

properties?: Record<string, unknown>

Property Value

Record<string, unknown>