interface Product {
    name: string;
    services: ProductService[];
    title: string;
}

Properties

Properties

name: string

Product name.

services: ProductService[]

Specifies the API versions of the products integrated with Audit Trail. Each version defines the methods logged by Audit Trail.

title: string

Product title.