palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
29 lines • 843 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
import type { ClusterFeatureActor } from './clusterFeatureActor';
import type { ObjectEntity } from './objectEntity';
import type { SyftReport } from './syftReport';
import type { SyftScanContext } from './syftScanContext';
import type { ClusterScanTime } from './clusterScanTime';
/**
* Cluster compliance scan Syft Log Status
*/
export type ClusterSyftLogStatus = {
actor?: ClusterFeatureActor;
location?: ObjectEntity;
message?: string;
reports?: SyftReport[];
requestUid?: string;
scanContext?: SyftScanContext;
scanTime?: ClusterScanTime;
state?: string;
};
//# sourceMappingURL=clusterSyftLogStatus.d.ts.map