OperationsDefinition interface

Properties of an Operation.

Properties

actionType

The action type.

display

Display information of the operation.

isDataAction

Indicates whether the operation applies to data-plane.

name

Name of the operation.

origin

The origin.

properties

Anything

Property Details

actionType

The action type.

actionType?: OperationActionType

Property Value

display

Display information of the operation.

display: OperationsDefinitionDisplay

Property Value

isDataAction

Indicates whether the operation applies to data-plane.

isDataAction?: boolean

Property Value

boolean

name

Name of the operation.

name: string

Property Value

string

origin

The origin.

origin?: OperationOrigins

Property Value

properties

Anything

properties?: any

Property Value

any