Skip to main content

evaluations

Overview

Nameevaluations
TypeResource
Idgoogle.workloadmanager.evaluations

Fields

NameDatatypeDescription
namestringname of resource names have the form 'projects/{project_id}/locations/{location_id}/evaluations/{evaluation_id}'
descriptionstringDescription of the Evaluation
customRulesBucketstringThe Cloud Storage bucket name for custom rules.
ruleNamesarraythe name of the rule
schedulestringcrontab format schedule for scheduled evaluation, currently only support the following schedule: "0 /1 * ", "0 /6 * * ", "0 /12 * * ", "0 0 /1 * ", "0 0 /7 * *",
updateTimestringOutput only. [Output only] Update time stamp
labelsobjectLabels as key value pairs
resourceFilterobjectMessage describing resource filters
resourceStatusobjectMessage describing resource status
ruleVersionsarrayOutput only. [Output only] The updated rule ids if exist.
createTimestringOutput only. [Output only] Create time stamp

Methods

NameAccessible byRequired ParamsDescription
getSELECTevaluationsId, locationsId, projectsIdGets details of a single Evaluation.
listSELECTlocationsId, projectsIdLists Evaluations in a given project and location.
createINSERTlocationsId, projectsIdCreates a new Evaluation in a given project and location.
_listEXEClocationsId, projectsIdLists Evaluations in a given project and location.