SenderAuthorization Class

Definition

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'

public class SenderAuthorization
type SenderAuthorization = class
Public Class SenderAuthorization
Inheritance
SenderAuthorization

Constructors

SenderAuthorization()

Initializes a new instance of the SenderAuthorization class.

SenderAuthorization(String, String, String)

Initializes a new instance of the SenderAuthorization class.

Properties

Action

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

Role

Gets or sets the role of the user. For instance: Subscription Admin

Scope

Gets or sets the scope.

Applies to