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
azure.mgmt.monitor._serialization.Model
SenderAuthorization

Constructor

SenderAuthorization(*, action: str | None = None, role: str | None = None, scope: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
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.

Variables

Name Description
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.