Operation interface
DigitalTwins service REST API operation
Properties
display | Operation properties display |
is |
If the operation is a data action (for data plane rbac). NOTE: This property will not be serialized. It can only be populated by the server. |
name | Operation name: {provider}/{resource}/{read | write | action | delete} NOTE: This property will not be serialized. It can only be populated by the server. |
origin | The intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Operation properties. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
display
isDataAction
If the operation is a data action (for data plane rbac). NOTE: This property will not be serialized. It can only be populated by the server.
isDataAction?: boolean
Property Value
boolean
name
Operation name: {provider}/{resource}/{read | write | action | delete} NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
origin
The intended executor of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
origin?: string
Property Value
string
properties
Operation properties. NOTE: This property will not be serialized. It can only be populated by the server.
properties?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}