Class UserRoleUserClaimMappingSqlModel
- Namespace
- OpenSettings.Domains.Sql.Entities
- Assembly
- OpenSettings.dll
Represents a user role-claim mapping entity.
public class UserRoleUserClaimMappingSqlModel : EntityBase<Guid>
- Inheritance
-
UserRoleUserClaimMappingSqlModel
- Inherited Members
Properties
CreatedBy
The user who created this user role-claim mapping.
public virtual UserSqlModel CreatedBy { get; set; }
Property Value
CreatedById
The id of the user who created this user role-claim.
public Guid? CreatedById { get; set; }
Property Value
- Guid?
Tenant
public virtual TenantSqlModel Tenant { get; set; }
Property Value
TenantId
public Guid? TenantId { get; set; }
Property Value
- Guid?
UserClaim
The user claim associated with this mapping.
public virtual UserClaimSqlModel UserClaim { get; set; }
Property Value
UserClaimId
The id of the associated user claim.
public Guid UserClaimId { get; set; }
Property Value
UserRole
The user role associated with this mapping.
public virtual UserRoleSqlModel UserRole { get; set; }
Property Value
UserRoleId
The id of the associated user role.
public Guid UserRoleId { get; set; }