Table of Contents

Class AuthorizationPolicyNames

Namespace
FoundationaLLM.Common.Constants.Authorization
Assembly
FoundationaLLM.Common.dll

Provides authorization policy names.

public static class AuthorizationPolicyNames
Inheritance
AuthorizationPolicyNames
Inherited Members

Fields

FoundationaLLMAgentAccessToken

Authorization policy for FoundationaLLM Agent Access Tokens.

public const string FoundationaLLMAgentAccessToken = "FoundationaLLMAgentAccessToken"

Field Value

string

MicrosoftEntraIDNoScopes

Authorization policy for Microsoft Entra ID with no scopes.

public const string MicrosoftEntraIDNoScopes = "MicrosoftEntraIDNoScopes"

Field Value

string

MicrosoftEntraIDStandard

Standard authorization policy for Microsoft Entra ID.

public const string MicrosoftEntraIDStandard = "MicrosoftEntraIDStandard"

Field Value

string