Table of Contents

Class UserClaimModel

Namespace
InSite.Domain.Integrations.Engine
Assembly
Shift.Sdk.dll
public class UserClaimModel
Inheritance
UserClaimModel
Inherited Members
Extension Methods

Constructors

UserClaimModel()

public UserClaimModel()

Properties

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Type

public string Type { get; set; }

Property Value

string

User

public Guid User { get; set; }

Property Value

Guid

Value

public string Value { get; set; }

Property Value

string