OperationDetail interface

Operation detail payload

Properties

actionType

Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. NOTE: This property will not be serialized. It can only be populated by the server.

display

Display of the operation

isDataAction

Indicates whether the operation is a data action

name

Name of the operation

origin

Origin of the operation

properties

Properties of the operation

Property Details

actionType

Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. NOTE: This property will not be serialized. It can only be populated by the server.

actionType?: string

Property Value

string

display

Display of the operation

display?: OperationDisplay

Property Value

isDataAction

Indicates whether the operation is a data action

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?: OperationProperties

Property Value