CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_SUCCESS
interface CredentialPresentationVerifierApplicationUpdateSuccessEvent { category: "credential-presentation"; clientId: string | undefined; data: | { additionalDomains: string[] | undefined; dcApiConfiguration: | { supportedBrowserPlatforms: { desktop: boolean; mobile: boolean }; } | undefined; domain: string; id: string; name: string; openid4vpConfiguration: | { display: | { awaitingPresentationText: string | undefined; bodyText: string | undefined; displayMode: "full" | "simple" | undefined; headerText: string | undefined; logoImage: { altText: string; url: string } | undefined; primaryColorHex: string | undefined; privacyPolicyLinkText: string | undefined; privacyPolicyUrl: string | undefined; qrCodeInstructions: string | undefined; } | undefined; redirectUris: string[]; supportedModes: "all" | "sameDevice" | "crossDevice" | undefined; } | undefined; resultAvailableInFrontChannel: boolean; type: "web"; } | { appAttest: | { environment: "development" | "production"; required: boolean; } | undefined; bundleId: string; id: string; maxTimeOfflineInSecs: number | undefined; name: string; openid4vpConfiguration: { redirectUri: string } | undefined; resultAvailableInFrontChannel: boolean; teamId: string | undefined; type: "ios"; } | { dcApiConfiguration: { enabled: boolean } | undefined; id: string; keyAttestation: { required: boolean } | undefined; maxTimeOfflineInSecs: number | undefined; name: string; openid4vpConfiguration: { redirectUri: string } | undefined; packageName: string; packageSigningCertificateThumbprints: string[]; resultAvailableInFrontChannel: boolean; type: "android"; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialPresentationVerifierApplicationUpdateSuccessEventSanitised { category: "credential-presentation"; clientId: string | undefined; data: | { additionalDomains: string[] | undefined; dcApiConfiguration: | { supportedBrowserPlatforms: { desktop: boolean; mobile: boolean }; } | undefined; domain: string; id: string; name: string; openid4vpConfiguration: | { display: | { awaitingPresentationText: string | undefined; bodyText: string | undefined; displayMode: "full" | "simple" | undefined; headerText: string | undefined; logoImage: { altText: string; url: string } | undefined; primaryColorHex: string | undefined; privacyPolicyLinkText: string | undefined; privacyPolicyUrl: string | undefined; qrCodeInstructions: string | undefined; } | undefined; redirectUris: string[]; supportedModes: "all" | "sameDevice" | "crossDevice" | undefined; } | undefined; resultAvailableInFrontChannel: boolean; type: "web"; } | { appAttest: | { environment: "development" | "production"; required: boolean; } | undefined; bundleId: string; id: string; maxTimeOfflineInSecs: number | undefined; name: string; openid4vpConfiguration: { redirectUri: string } | undefined; resultAvailableInFrontChannel: boolean; teamId: string | undefined; type: "ios"; } | { dcApiConfiguration: { enabled: boolean } | undefined; id: string; keyAttestation: { required: boolean } | undefined; maxTimeOfflineInSecs: number | undefined; name: string; openid4vpConfiguration: { redirectUri: string } | undefined; packageName: string; packageSigningCertificateThumbprints: string[]; resultAvailableInFrontChannel: boolean; type: "android"; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-presentation"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data:
| {
additionalDomains: string[]
| undefined;
dcApiConfiguration:
| { supportedBrowserPlatforms: { desktop: boolean; mobile: boolean } }
| undefined;
domain: string;
id: string;
name: string;
openid4vpConfiguration:
| {
display: | {
awaitingPresentationText: string
| undefined;
bodyText: string | undefined;
displayMode: "full" | "simple" | undefined;
headerText: string | undefined;
logoImage: { altText: string; url: string } | undefined;
primaryColorHex: string | undefined;
privacyPolicyLinkText: string | undefined;
privacyPolicyUrl: string | undefined;
qrCodeInstructions: string | undefined;
}
| undefined;
redirectUris: string[];
supportedModes: "all"
| "sameDevice"
| "crossDevice"
| undefined;
}
| undefined;
resultAvailableInFrontChannel: boolean;
type: "web";
}
| {
appAttest: | {
environment: "development"
| "production";
required: boolean;
}
| undefined;
bundleId: string;
id: string;
maxTimeOfflineInSecs: number
| undefined;
name: string;
openid4vpConfiguration: { redirectUri: string } | undefined;
resultAvailableInFrontChannel: boolean;
teamId: string | undefined;
type: "ios";
}
| {
dcApiConfiguration: { enabled: boolean }
| undefined;
id: string;
keyAttestation: { required: boolean } | undefined;
maxTimeOfflineInSecs: number | undefined;
name: string;
openid4vpConfiguration: { redirectUri: string } | undefined;
packageName: string;
packageSigningCertificateThumbprints: string[];
resultAvailableInFrontChannel: boolean;
type: "android";
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_SUCCESS"
userAgent
userAgent: string | undefined