A user config for specifying the continuous validation (CV) settings for various policies. There is at most one config per project (a singleton resource).
JSON representation |
---|
{
"name": string,
"enforcementPolicyConfig": {
object ( |
Fields | |
---|---|
name |
Output only. The resource name, in the format |
enforcementPolicyConfig |
The continuous validation config for enforcement policy. |
updateTime |
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: |
EnforcementPolicyConfig
Continuous validation config for enforcement policy.
JSON representation |
---|
{ "enabled": boolean } |
Fields | |
---|---|
enabled |
Whether continuous validation is enabled for enforcement policy. |