Package version:

Interface Operation

REST API operation supported by resource provider.

Hierarchy

  • Operation

Properties

The object that describes a operation.

isDataAction?: boolean

If the operation is a data action. (for data plane rbac)

name?: string

Name of the operation with format: {provider}/{resource}/{operation}

origin?: string

Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.

properties?: OperationProperties

Extra Operation properties.

Generated using TypeDoc