Перейти к основному содержимому

ConsentRevoked

Событие отзыва согласия на хранение ПД

type ConsentRevoked implements HistoryEvent {
cause: ConsentRevokeCause!
eventTime: Instant!
id: String!
initiator: Initiator
person: PersonItem
}

Fields

ConsentRevoked.cause ● ConsentRevokeCause! non-null enum

Основание для отзыва согласия

ConsentRevoked.eventTime ● Instant! non-null scalar

Время события

ConsentRevoked.id ● String! non-null scalar

ConsentRevoked.initiator ● Initiator union

Инициатор события

ConsentRevoked.person ● PersonItem object

Кандидат

Interfaces

HistoryEvent interface