Class SecurityPrincipalTypes
- Namespace
 - FoundationaLLM.Common.Constants.Authentication
 
- Assembly
 - FoundationaLLM.Common.dll
 
Contains the names of common authentication object types.
public static class SecurityPrincipalTypes
  - Inheritance
 - 
      
      SecurityPrincipalTypes
 
- Inherited Members
 
Fields
All
All valid security principal types.
public static readonly List<string> All
  Field Value
Group
A group account.
public const string Group = "Group"
  Field Value
Other
Other object type.
public const string Other = "Other"
  Field Value
ServicePrincipal
A service principal account.
public const string ServicePrincipal = "ServicePrincipal"
  Field Value
User
A user account.
public const string User = "User"