Skip to main content

AuthorizationEventCPResultDTO

Individual Credential Provider Result of an Aembit Access Authorization Event

iduuid

Access Entity ID

namestringnullable

Access Entity Name

resultstringnullable

Access Entity processing Result for this Access Authorization Event

matchesstring[]nullable

List of matched Access Entity Identifiers

typestringnullable

Credential Provider Type

reasonstringnullable

Credential Provider Failure Reason

AuthorizationEventCPResultDTO
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"result": "string",
"matches": [
"string"
],
"type": "string",
"reason": "string"
}