Table of Contents

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

IReadOnlyList<string>

Role

public string? Role { get; set; }

Property Value

string