CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_START
interface CredentialPresentationAppleIdentityAccessCertificateRetrieveListStartEvent { category: "credential-presentation"; clientId: string | undefined; data: { cursor: string | undefined; limit: number }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_START"; userAgent: string | undefined; version: "1";} interface CredentialPresentationAppleIdentityAccessCertificateRetrieveListStartEventSanitised { category: "credential-presentation"; clientId: string | undefined; data: { cursor: string | undefined; limit: number }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-presentation"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: { cursor: string | undefined; limit: number }
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_START"
userAgent
userAgent: string | undefined