CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_START
interface CredentialCompactSemanticApplePassTemplateRetrieveListStartEvent { category: "credential-compact-semantic"; clientId: undefined | string; data: { cursor: undefined | string; limit: number; }; id: string; managementUserId: undefined | string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_START"; version: "1"; } interface CredentialCompactSemanticApplePassTemplateRetrieveListStartEventSanitised { category: "credential-compact-semantic"; clientId: undefined | string; data: { cursor: undefined | string; limit: number; }; id: string; managementUserId: undefined | string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_START"; version: "1"; } Properties
category
category: "credential-compact-semantic"
clientId
clientId: undefined | string
Sanitisation Level DATA data
data: {
cursor: undefined | string;
limit: number;
}
Type declaration
cursor: undefined | string
limit: number
managementUserId
managementUserId: undefined | string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_START"