Table of Contents

Class TenantRolePermission

Namespace
KadicAuth.Domain.Entities
Assembly
KadicAuth.Domain.dll
public class TenantRolePermission
Inheritance
object
TenantRolePermission

Constructors

TenantRolePermission(Guid, Guid)

public TenantRolePermission(Guid tenantRoleId, Guid permissionId)

Parameters

tenantRoleId Guid
permissionId Guid

Properties

CreatedAt

public DateTime CreatedAt { get; }

Property Value

DateTime

Permission

public Permission? Permission { get; set; }

Property Value

Permission

PermissionId

public Guid PermissionId { get; }

Property Value

Guid

TenantRole

public TenantRole? TenantRole { get; set; }

Property Value

TenantRole

TenantRoleId

public Guid TenantRoleId { get; }

Property Value

Guid