Class RoleClaimModel
- Namespace
- InSite.Domain.Integrations.Engine
- Assembly
- Shift.Sdk.dll
public class RoleClaimModel
- Inheritance
-
RoleClaimModel
- Inherited Members
- Extension Methods
Constructors
RoleClaimModel()
public RoleClaimModel()
Properties
Identifier
public Guid Identifier { get; set; }
Property Value
Role
public Guid Role { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
Value
public string Value { get; set; }