SenderAuthorization Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET