Interface EcosystemConfigCreateSuccessEvent
Properties
category
category: "ecosystem"
clientId
clientId: undefined | string
Sanitisation Level DATA
data
data: {
ecosystems: {
url: string;
}[];
isIssuanceRestricted: boolean;
isVerificationRestricted: boolean;
}
Type declaration
ecosystems: {
url: string;
}[]
isIssuanceRestricted: boolean
isVerificationRestricted: boolean
managementUserId
managementUserId: undefined | string
requestId
requestId: string
timestamp
timestamp: number