Class AuthorizableActions
- Namespace
- FoundationaLLM.Common.Models.Authorization
- Assembly
- FoundationaLLM.Common.dll
Defines all authorizable actions managed by the FoundationaLLM.Authorization resource provider.
public static class AuthorizableActions
- Inheritance
-
AuthorizableActions
- Inherited Members
Fields
Actions
public static readonly ReadOnlyDictionary<string, AuthorizableAction> Actions
Field Value
Methods
GetMatchingActions(string)
Selects all actions whose names match the specified action pattern.
public static List<string> GetMatchingActions(string actionPattern)
Parameters
actionPattern
stringThe action pattern used for selection.