Interface TenantClientUpdateStartEvent
interface TenantClientUpdateStartEvent { category: "tenant"; data: { clientId: string; name: undefined | string; roles: undefined | string[]; tenantId: string; }; id: string; requestId: string; timestamp: number; type: string; userId: string; version: "1"; } interface TenantClientUpdateStartEventSanitised { category: "tenant"; data: { clientId: string; name: undefined | string; roles: undefined | string[]; tenantId: string; }; id: string; requestId: string; timestamp: number; type: string; userId: string; version: "1"; } Properties
category
category: "tenant"
Sanitisation Level DATA
data
data: {
clientId: string;
name: undefined | string;
roles: undefined | string[];
tenantId: string;
}
Type declaration
clientId: string
name: undefined | string
roles: undefined | string[]
tenantId: string
requestId
requestId: string
timestamp
timestamp: number