Table of Contents

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

ReadOnlyDictionary<string, AuthorizableAction>

Methods

GetMatchingActions(string)

Selects all actions whose names match the specified action pattern.

public static List<string> GetMatchingActions(string actionPattern)

Parameters

actionPattern string

The action pattern used for selection.

Returns

List<string>

The list of matching action names.