Operation interface
Operation entity.
Properties
| display | Operation display values. |
| is |
Indicates whether the operation is a data action |
| name | Name of the operation. Format: {resourceProviderNamespace}/{resourceType}/{read|write|delete|action} |
| origin | Origin of the operation. Can be : user|system|user,system |
| properties | Operation properties. |
Property Details
display
isDataAction
Indicates whether the operation is a data action
isDataAction?: boolean
Property Value
boolean
name
Name of the operation. Format: {resourceProviderNamespace}/{resourceType}/{read|write|delete|action}
name?: string
Property Value
string
origin
Origin of the operation. Can be : user|system|user,system
origin?: string
Property Value
string
properties
Operation properties.
properties?: Record<string, any>
Property Value
Record<string, any>