Table of Contents

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

List<string>

Group

A group account.

public const string Group = "Group"

Field Value

string

Other

Other object type.

public const string Other = "Other"

Field Value

string

ServicePrincipal

A service principal account.

public const string ServicePrincipal = "ServicePrincipal"

Field Value

string

User

A user account.

public const string User = "User"

Field Value

string