Table of Contents

Class LimitedTenancy

Namespace
The.Security
Assembly
Instagile.dll

allow access to shards with the given tenant ids

[MessagePackObject(false)]
public sealed record LimitedTenancy : Tenancy, IEquatable<Tenancy>, IEquatable<LimitedTenancy>
Inheritance
LimitedTenancy
Implements
Inherited Members

Constructors

LimitedTenancy(HashSet<Guid>)

allow access to shards with the given tenant ids

public LimitedTenancy(HashSet<Guid> filter)

Parameters

filter HashSet<Guid>

Properties

filter

[Key(0)]
public HashSet<Guid> filter { get; init; }

Property Value

HashSet<Guid>