interface ListProductsResponse {
    products: AuditTrail.v1alpha1.Product[];
    totalCount: number;
}

Properties

Properties

List of all products integrated with Audit Trail.

totalCount: number

Number of integrated products.