Operation Class

Operation.

Inheritance
Operation

Constructor

Operation(*, name: Optional[str] = None, display=None, **kwargs)

Parameters

name
str
Required

The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service.

display
Display
Required