Class Authorization
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents an authorization mechanism that determines whether a principal is granted access to a protected resource or operation.
public class Authorization
- Inheritance
-
Authorization
- Inherited Members
- Extension Methods
Properties
CanUpdate
public bool CanUpdate { get; set; }
Property Value
Display
public Display? Display { get; set; }
Property Value
DisplayId
public string? DisplayId { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
PanelAuthorization
public bool PanelAuthorization { get; set; }
Property Value
Rol
public string? Rol { get; set; }
Property Value
Unit
public Unit? Unit { get; set; }
Property Value
UnitId
public string? UnitId { get; set; }
Property Value
User
public User? User { get; set; }
Property Value
UserId
public ObjectId UserId { get; set; }
Property Value
- ObjectId