SenderAuthorization Class
the authorization used by the user who has performed the operation that led to this event. This captures the RBAC properties of the event. These usually include the 'action', 'role' and the 'scope'.
- Inheritance
-
SenderAuthorization
Constructor
SenderAuthorization(*, action: Optional[str] = None, role: Optional[str] = None, scope: Optional[str] = None, **kwargs)
Variables
- action
- str
the permissible actions. For instance: microsoft.support/supporttickets/write.
- role
- str
the role of the user. For instance: Subscription Admin.
- scope
- str
the scope.
Feedback
Submit and view feedback for