Operation interface
REST API operation supported by resource provider.
Properties
| display | The object that describes a operation. |
| is |
If the operation is a data action. (for data plane rbac) |
| name | Name of the operation with format: {provider}/{resource}/{operation} |
| origin | Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. |
| properties | Extra Operation properties. |
Property Details
display
isDataAction
If the operation is a data action. (for data plane rbac)
isDataAction?: boolean
Property Value
boolean
name
Name of the operation with format: {provider}/{resource}/{operation}
name?: string
Property Value
string
origin
Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.
origin?: string
Property Value
string