Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Operation

Package version

Represents an operation returned by the GetOperations request.

Hierarchy

  • Operation

Index

Properties

Optional display

display: OperationInfo

Display name of the operation.

Optional isDataAction

isDataAction: undefined | false | true

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

Optional name

name: undefined | string

Name of the operation.

Optional origin

origin: undefined | string

Origin of the operation.

Optional properties

properties: Record<string, unknown>

Properties of the operation.

Generated using TypeDoc