Interface TenantClientCreateSuccessEvent
interface TenantClientCreateSuccessEventSanitised { category: "tenant"; data: { clientId: string; name: string; permissions: string[]; roles: 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: string;
permissions: string[];
roles: string[];
}
Type declaration
clientId: string
name: string
permissions: string[]
roles: string[]
requestId
requestId: string
timestamp
timestamp: number