CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_START
interface CredentialCompactSemanticCredentialConfigurationRetrieveListStartEvent { category: "credential-compact-semantic"; clientId: string | undefined; data: { claimSourceId: string | undefined; cursor: string | undefined; limit: number; type: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_START"; userAgent: string | undefined; version: "1";} interface CredentialCompactSemanticCredentialConfigurationRetrieveListStartEventSanitised { category: "credential-compact-semantic"; clientId: string | undefined; data: { claimSourceId: string | undefined; cursor: string | undefined; limit: number; type: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-compact-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
claimSourceId: string | undefined;
cursor: string | undefined;
limit: number;
type: string | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_START"
userAgent
userAgent: string | undefined