Operation interface
An operation.
Properties
action |
Indicates the action type. |
display | The operation display name. |
is |
Whether the operation applies to data-plane. |
name | The operation name. |
origin | Origin of the operation. |
properties | Operation properties format. |
Property Details
actionType
Indicates the action type.
actionType?: string
Property Value
string
display
isDataAction
Whether the operation applies to data-plane.
isDataAction?: boolean
Property Value
boolean
name
The operation name.
name: string
Property Value
string
origin
Origin of the operation.
origin?: string
Property Value
string