Class UserRoleEntry
- Namespace
- JD.AI.Core.Governance
- Assembly
- JD.AI.Core.dll
Represents role and group membership for a single user.
public sealed class UserRoleEntry
- Inheritance
-
UserRoleEntry
- Inherited Members
Properties
Groups
public IReadOnlyList<string> Groups { get; set; }
Property Value
Role
public string? Role { get; set; }