A user config for specifying the continuous validation (CV) settings for various policies. There is at most one config per project (a singleton resource).
Output only. Time when the config was last updated.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
EnforcementPolicyConfig
Continuous validation config for enforcement policy.
JSON representation
{"enabled": boolean}
Fields
enabled
boolean
Whether continuous validation is enabled for enforcement policy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-10 UTC."],[[["This content outlines the configuration for continuous validation (CV) settings, where each project has at most one singleton configuration resource."],["The `ContinuousValidationConfig` resource includes fields such as `name`, `enforcementPolicyConfig`, and `updateTime`, with `enforcementPolicyConfig` allowing for the adjustment of settings related to the continuous validation of an enforcement policy."],["`EnforcementPolicyConfig` within `ContinuousValidationConfig` contains a boolean `enabled` field, which determines if continuous validation is active for an enforcement policy."],["The configuration resource's name is read-only and formatted as `projects/*/continuousValidationConfig`, indicating its project-specific nature."],["The `updateTime` field indicates when the configuration was last modified, formatted as a timestamp string in RFC3339 UTC \"Zulu\" format."]]],[]]