SenderAuthorization interface

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'

Properties

action

the permissible actions. For instance: microsoft.support/supporttickets/write

role

the role of the user. For instance: Subscription Admin

scope

the scope.

Property Details

action

the permissible actions. For instance: microsoft.support/supporttickets/write

action?: string

Property Value

string

role

the role of the user. For instance: Subscription Admin

role?: string

Property Value

string

scope

the scope.

scope?: string

Property Value

string