Class TenantPermission
Represents that a specific tenant has permission to use a specific functionality.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class TenantPermission
Properties
FunctionalityId
Gets the identity of the functionality.
Declaration
public Guid FunctionalityId { get; set; }
Property Value
System.Guid
|
TenantId
Gets the identity of the tenant.
Declaration
public Guid TenantId { get; set; }
Property Value
System.Guid
|