Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SenderAuthorization

Package version

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'

Hierarchy

  • SenderAuthorization

Index

Properties

Properties

Optional action

action: undefined | string

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

Optional role

role: undefined | string

the role of the user. For instance: Subscription Admin

Optional scope

scope: undefined | string

the scope.

Generated using TypeDoc