Evaluation
import type { Evaluation } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
Message describing Evaluation object
interface Evaluation {
bigQueryDestination?: BigQueryDestination;
readonly createTime?: Date;
customRulesBucket?: string;
description?: string;
evaluationType?:
| "EVALUATION_TYPE_UNSPECIFIED"
| "SAP"
| "SQL_SERVER"
| "OTHER"
| "SCC_IAC";
labels?: {};
[key: string]: string;
name?: string;
resourceFilter?: ResourceFilter;
readonly resourceStatus?: ResourceStatus;
ruleNames?: string[];
readonly ruleVersions?: string[];
schedule?: string;
readonly updateTime?: Date;
}§Properties
§
bigQueryDestination?: BigQueryDestination
[src]Optional. BigQuery destination
§
evaluationType?: "EVALUATION_TYPE_UNSPECIFIED" | "SAP" | "SQL_SERVER" | "OTHER" | "SCC_IAC"
[src]Evaluation type
§
name?: string
[src]name of resource names have the form 'projects/{project_id}/locations/{location_id}/evaluations/{evaluation_id}'
§
resourceFilter?: ResourceFilter
[src]annotations as key value pairs
§
readonly resourceStatus?: ResourceStatus
[src]Output only. [Output only] The updated rule ids if exist.