ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_SUCCESS
interface EcosystemRicalConfigurationRetrieveSuccessEvent { category: "ecosystem"; clientId: string | undefined; data: { autoPublish: | { configuredAt: string | undefined; enabled: boolean; frequency: string | undefined; } | undefined; ricalProvider: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";} interface EcosystemRicalConfigurationRetrieveSuccessEventSanitised { category: "ecosystem"; clientId: string | undefined; data: { autoPublish: | { configuredAt: string | undefined; enabled: boolean; frequency: string | undefined; } | undefined; ricalProvider: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
autoPublish:
| {
configuredAt: string
| undefined;
enabled: boolean;
frequency: string | undefined;
}
| undefined;
ricalProvider: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_SUCCESS"
userAgent
userAgent: string | undefined