Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface AuditRecord

    Represents a consent audit record from the Conversation API.

    interface AuditRecord {
        app_id: string;
        datetime: Date;
        list_type: string;
        operation: string;
        origin: string;
        project_id: string;
    }
    Index

    Properties

    app_id: string

    The app ID associated with the consent list the audit record refers to.

    datetime: Date

    Datetime of when the consent list audit record happened.

    list_type: string

    The list type of the consent list the audit record refers to.

    operation: string

    The operation that the audit record refers to. Can be INSERT, UPDATE or DELETE.

    origin: string

    The origin from the opt-out or opt-in. This could be the Batch API or an MO (when matched with an end-user MO).

    project_id: string

    The project ID associated with the consent list the audit record refers to.