Interface WebhookEventRetryEventSanitised

interface WebhookEventRetryEventSanitised {
    category: "webhook";
    data: {
        eventId: string;
        eventType: string;
        id: string;
        payload: undefined;
        retryAttempt: number;
        timestamp: string;
        type: "OpenIdCredentialIssuedSummary";
        webhookId: string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "webhook"
data: {
    eventId: string;
    eventType: string;
    id: string;
    payload: undefined;
    retryAttempt: number;
    timestamp: string;
    type: "OpenIdCredentialIssuedSummary";
    webhookId: string;
}

Type declaration

  • eventId: string
  • eventType: string
  • id: string
  • payload: undefined
  • retryAttempt: number
  • timestamp: string
  • type: "OpenIdCredentialIssuedSummary"
  • webhookId: string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"