Evaluation
import type { Evaluation } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";Represents a Workload Manager Evaluation configuration. An Evaluation defines a set of rules to be validated against a scope of Cloud resources.
§Properties
Optional. The BigQuery destination for detailed evaluation results. If this field is specified, the results of each evaluation execution are exported to BigQuery.
Evaluation type.
Optional. Immutable. Customer-managed encryption key name, in the format projects//locations//keyRings//cryptoKeys/. The key will be used for CMEK encryption of the evaluation resource.
Name of resource that has the form
projects/{project_id}/locations/{location_id}/evaluations/{evaluation_id}.
Resource filter for an evaluation defining the scope of resources to be evaluated.
Output only. [Output only] The current lifecycle state of the evaluation resource.
Crontab format schedule for scheduled evaluation, currently only supports
the following fixed schedules: * 0 *\/1 * * * # Hourly * 0 *\/6 * * * #
Every 6 hours * 0 *\/12 * * * # Every 12 hours * 0 0 *\/1 * * # Daily *
0 0 *\/7 * * # Weekly * 0 0 *\/14 * * # Every 14 days * 0 0 1 *\/1 *