Table of Contents

Class RolePolicy

Namespace
JD.AI.Core.Governance
Assembly
JD.AI.Core.dll

RBAC role definitions. Maps role names to the additional policies they grant.

public sealed class RolePolicy
Inheritance
RolePolicy
Inherited Members

Properties

Definitions

Defines roles and which additional tool/provider/model permissions they confer. Key is the role name; value describes what the role permits.

public IDictionary<string, RoleDefinition> Definitions { get; set; }

Property Value

IDictionary<string, RoleDefinition>