Class LogEvents.TenantIsolation
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Tenant-isolation event-IDs (114_000s) — emitted by the mediator tenant-isolation pipeline behavior.
public static class LogEvents.TenantIsolation
- Inheritance
-
LogEvents.TenantIsolation
- Inherited Members
Fields
CrossTenantAllowed
Strict mode permitted a cross-tenant operation after the cross-tenant authorizer granted it.
public const int CrossTenantAllowed = 114003
Field Value
CrossTenantRejected
Strict mode observed a cross-tenant operation (actor tenant ≠ data-owner tenant) that the cross-tenant authorizer did not permit (rejected).
public const int CrossTenantRejected = 114102
Field Value
SubjectMismatchRejected
A tenant-scoped request named a data-owner tenant that does not match the current session's tenant (rejected).
public const int SubjectMismatchRejected = 114101