Interface ITenantRoleRegistry
Registry of tenant role definitions. Used at runtime to resolve scopes for assigned roles.
public interface ITenantRoleRegistry
Properties
All
IReadOnlyList<TenantRoleDefinition> All { get; }
Property Value
Methods
Get(string)
TenantRoleDefinition Get(string roleName)
Parameters
roleNamestring
Returns
GetScopesForRoles(IEnumerable<string>)
IReadOnlyList<string> GetScopesForRoles(IEnumerable<string> roleNames)
Parameters
roleNamesIEnumerable<string>