Interface EcosystemIssuerPolicyCreateSuccessEvent
interface EcosystemIssuerPolicyCreateSuccessEvent { category: "ecosystem"; data: { docType: undefined | string; ecosystemId: undefined | string; id: string; name: string; profile: string; type: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface EcosystemIssuerPolicyCreateSuccessEventSanitised { category: "ecosystem"; data: { docType: undefined | string; ecosystemId: undefined | string; id: string; name: string; profile: string; type: undefined | string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA
data
data: {
docType: undefined | string;
ecosystemId: undefined | string;
id: string;
name: string;
profile: string;
type: undefined | string;
}
Type declaration
docType: undefined | string
ecosystemId: undefined | string
id: string
name: string
profile: string
type: undefined | string
requestId
requestId: string
timestamp
timestamp: number