Class AuthorizationCoreSettings
- Assembly
- FoundationaLLM.AuthorizationEngine.dll
Configuration settings for the authorization core.
public class AuthorizationCoreSettings
- Inheritance
-
AuthorizationCoreSettings
- Inherited Members
- Extension Methods
Properties
InstanceIds
The list of instance identifiers of the FoundationaLLM instances that are managed by the authorization core.
public List<string> InstanceIds { get; set; }