Interface CredentialPresentationVerifierSignerCertificateCreateStartEvent
interface CredentialPresentationVerifierSignerCertificateCreateStartEvent { category: "credential-presentation"; clientId: undefined | string; data: { caId: undefined | string; caType: undefined | string; commonName: undefined | string; country: undefined | string; emailAddress: undefined | string; organizationName: undefined | string; stateOrProvinceName: undefined | string; }; id: string; managementUserId: undefined | string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialPresentationVerifierSignerCertificateCreateStartEventSanitised { category: "credential-presentation"; clientId: undefined | string; data: { caId: undefined | string; caType: undefined | string; commonName: undefined | string; country: undefined | string; emailAddress: undefined | string; organizationName: undefined | string; stateOrProvinceName: undefined | string; }; id: string; managementUserId: undefined | string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-presentation"
clientId
clientId: undefined | string
Sanitisation Level DATA
data
data: {
caId: undefined | string;
caType: undefined | string;
commonName: undefined | string;
country: undefined | string;
emailAddress: undefined | string;
organizationName: undefined | string;
stateOrProvinceName: undefined | string;
}
Type declaration
caId: undefined | string
caType: undefined | string
commonName: undefined | string
country: undefined | string
emailAddress: undefined | string
organizationName: undefined | string
stateOrProvinceName: undefined | string
managementUserId
managementUserId: undefined | string
requestId
requestId: string
timestamp
timestamp: number