Operation interface

Represents an operation returned by the GetOperations request.

Properties

display

Display name of the operation.

isDataAction

This Boolean is used to determine if the operation is a data plane action or not.

name

Name of the operation.

origin

Origin of the operation.

properties

Properties of the operation.

Property Details

display

Display name of the operation.

display?: OperationInfo

Property Value

isDataAction

This Boolean is used to determine if the operation is a data plane action or not.

isDataAction?: boolean

Property Value

boolean

name

Name of the operation.

name?: string

Property Value

string

origin

Origin of the operation.

origin?: string

Property Value

string

properties

Properties of the operation.

properties?: Record<string, unknown>

Property Value

Record<string, unknown>