Table of Contents

Class UserOrg

Namespace: Casewhere.Common.Authentication
Assembly: Casewhere.Common.dll

public class UserOrg

Inheritance

objectUserOrg

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<UserOrg>(UserOrg)

Constructors

UserOrg()

public UserOrg()

Properties

ClaimType

public string ClaimType { get; set; }

Property Value

string

ClaimValue

public string ClaimValue { get; set; }

Property Value

string

Groups

public List<string> Groups { get; set; }

Property Value

List<string>

Id

public Guid Id { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string