ECOSYSTEM_CREDENTIAL_CREATE_SUCCESS
interface EcosystemCredentialCreateSuccessEvent { category: "ecosystem"; clientId: string | undefined; data: { docType: string | undefined; ecosystemId: string | undefined; id: string; name: string; profile: string; type: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_CREDENTIAL_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";} interface EcosystemCredentialCreateSuccessEventSanitised { category: "ecosystem"; clientId: string | undefined; data: { docType: string | undefined; ecosystemId: string | undefined; id: string; name: string; profile: string; type: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_CREDENTIAL_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
docType: string | undefined;
ecosystemId: string | undefined;
id: string;
name: string;
profile: string;
type: string | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_CREDENTIAL_CREATE_SUCCESS"
userAgent
userAgent: string | undefined